zutils: update to 1.8.
This commit is contained in:
parent
2e159b7721
commit
2d32375be8
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'zutils'
|
# Template file for 'zutils'
|
||||||
pkgname=zutils
|
pkgname=zutils
|
||||||
version=1.7
|
version=1.8
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="lzip"
|
hostmakedepends="lzip"
|
||||||
depends="bzip2 gzip lzip xz"
|
depends="bzip2 gzip lzip xz"
|
||||||
conf_files="/etc/zutilsrc"
|
conf_files="/etc/zutilsrc"
|
||||||
short_desc="Utilities to deal with compressed files transparently"
|
short_desc="Utilities to deal with compressed files transparently"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://www.nongnu.org/zutils/zutils.html"
|
homepage="http://www.nongnu.org/zutils/zutils.html"
|
||||||
distfiles="http://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${version}.tar.lz"
|
distfiles="http://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${version}.tar.lz"
|
||||||
checksum=c4ffadab70458fab8f1fe51b003f953c590d95e060658105622144bdd93ba650
|
checksum=07a47e1602be66a166bd3bf99c80efe2df889e2d407fadcd7ff83974762da337
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
cd ${DESTDIR}/usr/bin
|
cd ${DESTDIR}/usr/bin
|
||||||
|
|
Loading…
Reference in New Issue