mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
zutils: update to 1.12.
This commit is contained in:
parent
aecc68b323
commit
2e278ae4b5
2 changed files with 4 additions and 4 deletions
|
@ -8,6 +8,6 @@
|
||||||
-CPPFLAGS=
|
-CPPFLAGS=
|
||||||
-CXXFLAGS='-Wall -W -O2'
|
-CXXFLAGS='-Wall -W -O2'
|
||||||
-LDFLAGS=
|
-LDFLAGS=
|
||||||
|
MAKEINFO=makeinfo
|
||||||
DIFF=diff
|
DIFF=diff
|
||||||
GREP=grep
|
|
||||||
|
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'zutils'
|
# Template file for 'zutils'
|
||||||
pkgname=zutils
|
pkgname=zutils
|
||||||
version=1.11
|
version=1.12
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="lzip"
|
hostmakedepends="lzip"
|
||||||
depends="bzip2 gzip lzip xz zstd"
|
depends="bzip2 gzip lzip xz zstd"
|
||||||
conf_files="/etc/zutilsrc"
|
conf_files="/etc/zutils.conf"
|
||||||
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=50e8e24b0a280ccab037004b9000b070d17a6e0cd86972927d1b2a5505421389
|
checksum=78ae5478b01c71c5194427c5c341765da831e42e80410ec980f403aa37ac88ee
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
cd ${DESTDIR}/usr/bin
|
cd ${DESTDIR}/usr/bin
|
||||||
|
|
Loading…
Add table
Reference in a new issue