From 648ddf5cb2a04c6100b4061f44cc01a9cd3ea80f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 16 Dec 2008 07:35:05 +0100 Subject: [PATCH] Added zisofs-tools-1.0.8 template. --HG-- extra : convert_revision : a1fab82816168eb9d351c674cd8a3c552c4d7ec8 --- templates/zisofs-tools.tmpl | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 templates/zisofs-tools.tmpl diff --git a/templates/zisofs-tools.tmpl b/templates/zisofs-tools.tmpl new file mode 100644 index 0000000000..ec263dc21d --- /dev/null +++ b/templates/zisofs-tools.tmpl @@ -0,0 +1,17 @@ +# Template file for 'zisofs-tools' +pkgname=zisofs-tools +version=1.0.8 +distfiles="http://www.kernel.org/pub/linux/utils/fs/zisofs/$pkgname-$version.tar.bz2" +build_style=gnu_configure +short_desc="ISO9660 transparent compression tool" +maintainer="Juan RP " +checksum=ae4e53e4914934d41660248fb59d3c8761f1f1fd180d5ec993c17ddb3afd04f3 +long_desc=" + zisofs is an extension to the ISO 9660 file system that adds transparent + compression support. The file system is supported by versions 2.4.14 and + later of the Linux kernel. + + Non-compressed files on a zisofs file system are still accessible by legacy + systems." + +run_depends="glibc-2.8 zlib-1.2.3"