From a464e355d2fc524bb9772214420ecbb4ddf2cee9 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 20 Oct 2008 23:37:25 +0200 Subject: [PATCH] Added lzma-utils-4.32.7 template. --HG-- extra : convert_revision : dc0cf41d557fd16469b23aff7813c8877c83eeca --- templates/lzma-utils.tmpl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 templates/lzma-utils.tmpl diff --git a/templates/lzma-utils.tmpl b/templates/lzma-utils.tmpl new file mode 100644 index 00000000000..e57f38b36b6 --- /dev/null +++ b/templates/lzma-utils.tmpl @@ -0,0 +1,15 @@ +# Template file for 'lzma-utils' +pkgname=lzma-utils +version=4.32.7 +wrksrc="lzma-$version" +distfiles="http://tukaani.org/lzma/lzma-$version@.tar.gz" +build_style=gnu_configure +short_desc="LZMA compression and decompression utilities" +maintainer="Juan RP " +checksum=9f337a8c51e5ded198d1032f5087ba3fe438f2a54e9df419e513a151775b032c +long_desc=" + LZMA Utils is a set of utilities for LZMA compression and decompression. + They aim to have an interface very similar to the well known gzip and + bzip2 utilities." + +build_depends="libtool-2.2.6a"