New package: zutils-1.5
This commit is contained in:
parent
6939900028
commit
71e4f87ca6
3 changed files with 40 additions and 0 deletions
2
srcpkgs/zutils/INSTALL.msg
Normal file
2
srcpkgs/zutils/INSTALL.msg
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
zutils in Void use a capital first letter:
|
||||||
|
Zcat Zcmp Zdiff Zegrep Zfgrep Zgrep Ztest Zupdate
|
13
srcpkgs/zutils/patches/cflags.patch
Normal file
13
srcpkgs/zutils/patches/cflags.patch
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
--- configure.orig
|
||||||
|
+++ configure
|
||||||
|
@@ -20,10 +20,6 @@
|
||||||
|
infodir='$(datarootdir)/info'
|
||||||
|
mandir='$(datarootdir)/man'
|
||||||
|
sysconfdir='$(prefix)/etc'
|
||||||
|
-CXX=g++
|
||||||
|
-CPPFLAGS=
|
||||||
|
-CXXFLAGS='-Wall -W -O2'
|
||||||
|
-LDFLAGS=
|
||||||
|
DIFF=diff
|
||||||
|
GREP=grep
|
||||||
|
|
25
srcpkgs/zutils/template
Normal file
25
srcpkgs/zutils/template
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Template file for 'zutils'
|
||||||
|
pkgname=zutils
|
||||||
|
version=1.5
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="lzip"
|
||||||
|
depends="bzip2 gzip lzip xz"
|
||||||
|
conf_files="/etc/zutilsrc"
|
||||||
|
short_desc="Utilities to deal with compressed files transparently"
|
||||||
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
|
license="GPL-2"
|
||||||
|
homepage="http://www.nongnu.org/zutils/zutils.html"
|
||||||
|
distfiles="http://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${version}.tar.lz"
|
||||||
|
checksum=0ea5aff71da22e967cd3508e2a99a60155d8df573d623cdc480476364ae708b2
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
cd ${DESTDIR}/usr/bin
|
||||||
|
for f in z*; do
|
||||||
|
mv -v $f Z${f#z}
|
||||||
|
done
|
||||||
|
cd ${DESTDIR}/usr/share/man/man1
|
||||||
|
for f in z*; do
|
||||||
|
mv -v $f Z${f#z}
|
||||||
|
done
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue