mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 11:33:49 +02:00
zutils: update to 1.6.
This commit is contained in:
parent
bb893e1534
commit
ef17e87d37
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.5
|
version=1.6
|
||||||
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"
|
||||||
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="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
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=0ea5aff71da22e967cd3508e2a99a60155d8df573d623cdc480476364ae708b2
|
checksum=eb100df09e3ff1af2c2424cf2799946d742f8275ea281118f87ff14ed1b8d73a
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
cd ${DESTDIR}/usr/bin
|
cd ${DESTDIR}/usr/bin
|
||||||
|
|
Loading…
Add table
Reference in a new issue