gzip: conflicts with chroot-gzip.
This commit is contained in:
parent
1c09ed18c2
commit
2958f59510
|
@ -1,7 +1,8 @@
|
|||
# Template file for 'gzip'
|
||||
pkgname=gzip
|
||||
version=1.5
|
||||
revision=1
|
||||
revision=2
|
||||
conflicts="chroot-gzip>=0"
|
||||
build_style=gnu-configure
|
||||
short_desc="GNU compression utility (replacement for compress)"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -9,11 +10,6 @@ homepage="http://www.gnu.org/software/gzip/"
|
|||
license="GPL-3"
|
||||
distfiles="http://ftp.gnu.org/gnu/gzip/$pkgname-$version.tar.gz"
|
||||
checksum=b5d56e8ffc9918e8c941fab56e04121194f9870adeeb859e09c09eac264035a3
|
||||
long_desc="
|
||||
gzip (GNU zip) is a compression utility designed to be a replacement for
|
||||
'compress'. Its main advantages over compress are much better compression
|
||||
and freedom from patented algorithms. The GNU Project uses it as the
|
||||
standard compression program for its system."
|
||||
|
||||
post_build() {
|
||||
mkdir -p ${DESTDIR}/usr/share/info
|
||||
|
|
Loading…
Reference in New Issue