29 lines
917 B
Text
29 lines
917 B
Text
# Template file for 'zisofs-tools'
|
|
pkgname=zisofs-tools
|
|
version=1.0.8
|
|
revision=2
|
|
build_style=gnu-configure
|
|
makedepends="zlib-devel"
|
|
short_desc="ISO9660 transparent compression tool"
|
|
homepage="https://www.kernel.org/pub/linux/utils/fs/zisofs/"
|
|
license="GPL-2"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
distfiles="http://pkgs.fedoraproject.org/repo/pkgs/zisofs-tools/zisofs-tools-1.0.8.tar.bz2/2d0ed8c9a1f60b45f949b136f9be1f6c/$pkgname-$version.tar.bz2"
|
|
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."
|
|
|
|
do_install() {
|
|
make INSTALLROOT=${DESTDIR} install
|
|
}
|
|
|
|
zisofs-tools_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|