zisofs-tools: fix tarball URL, add homepage & license
This commit is contained in:
parent
ac71143d78
commit
38761944c3
1 changed files with 4 additions and 2 deletions
|
@ -1,12 +1,14 @@
|
|||
# Template file for 'zisofs-tools'
|
||||
pkgname=zisofs-tools
|
||||
version=1.0.8
|
||||
distfiles="${KERNEL_SITE}/utils/fs/zisofs/$pkgname-$version.tar.bz2"
|
||||
distfiles="http://pkgs.fedoraproject.org/repo/pkgs/zisofs-tools/zisofs-tools-1.0.8.tar.bz2/2d0ed8c9a1f60b45f949b136f9be1f6c/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
make_install_args="INSTALLROOT=$XBPS_DESTDIR/$pkgname-$version"
|
||||
revision=1
|
||||
revision=2
|
||||
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>"
|
||||
checksum=ae4e53e4914934d41660248fb59d3c8761f1f1fd180d5ec993c17ddb3afd04f3
|
||||
long_desc="
|
||||
|
|
Loading…
Reference in a new issue