zutils: update to 1.11.
This commit is contained in:
parent
5a34ca7af7
commit
21fa023246
1 changed files with 3 additions and 3 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'zutils'
|
# Template file for 'zutils'
|
||||||
pkgname=zutils
|
pkgname=zutils
|
||||||
version=1.10
|
version=1.11
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="lzip"
|
hostmakedepends="lzip"
|
||||||
depends="bzip2 gzip lzip xz"
|
depends="bzip2 gzip lzip xz zstd"
|
||||||
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.0-or-later"
|
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=0dd44138292d5757648037195b6945c3df70b316221b4285520ad38f2eaeb195
|
checksum=50e8e24b0a280ccab037004b9000b070d17a6e0cd86972927d1b2a5505421389
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
cd ${DESTDIR}/usr/bin
|
cd ${DESTDIR}/usr/bin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue