void-packages/srcpkgs/zisofs-tools/template
Juan RP a9fcc2209c zisofs-tools: sanitize deps.
--HG--
extra : convert_revision : 0431021b40cd5725334b6d7f5c8f1cd9d674ccf9
2010-01-17 09:02:49 +01:00

21 lines
753 B
Plaintext

# Template file for 'zisofs-tools'
pkgname=zisofs-tools
version=1.0.8
distfiles="${KERNEL_SITE}/utils/fs/zisofs/$pkgname-$version.tar.bz2"
build_style=gnu_configure
make_install_args="INSTALLROOT=$XBPS_DESTDIR/$pkgname-$version"
short_desc="ISO9660 transparent compression tool"
maintainer="Juan RP <xtraeme@gmail.com>"
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."
Add_dependency run glibc
Add_dependency run zlib
Add_dependency build zlib-devel