21 lines
766 B
Text
21 lines
766 B
Text
# Template file for 'gzip'
|
|
pkgname=gzip
|
|
version=1.5
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="GNU compression utility (replacement for compress)"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
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
|
|
touch -f ${DESTDIR}/usr/share/info/dir
|
|
}
|