2008-12-16 07:35:05 +01:00
|
|
|
# Template file for 'zisofs-tools'
|
|
|
|
pkgname=zisofs-tools
|
|
|
|
version=1.0.8
|
2014-02-14 14:23:01 +01:00
|
|
|
revision=4
|
2013-04-14 18:49:07 +02:00
|
|
|
build_style=gnu-configure
|
2012-05-23 18:26:56 +02:00
|
|
|
makedepends="zlib-devel"
|
2008-12-16 07:35:05 +01:00
|
|
|
short_desc="ISO9660 transparent compression tool"
|
2013-03-31 09:52:48 +02:00
|
|
|
homepage="https://www.kernel.org/pub/linux/utils/fs/zisofs/"
|
|
|
|
license="GPL-2"
|
2008-12-16 07:35:05 +01:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-04-14 18:49:07 +02:00
|
|
|
distfiles="http://pkgs.fedoraproject.org/repo/pkgs/zisofs-tools/zisofs-tools-1.0.8.tar.bz2/2d0ed8c9a1f60b45f949b136f9be1f6c/$pkgname-$version.tar.bz2"
|
2008-12-16 07:35:05 +01:00
|
|
|
checksum=ae4e53e4914934d41660248fb59d3c8761f1f1fd180d5ec993c17ddb3afd04f3
|
|
|
|
|
2013-04-14 18:49:07 +02:00
|
|
|
do_install() {
|
|
|
|
make INSTALLROOT=${DESTDIR} install
|
|
|
|
}
|