18 lines
474 B
Text
18 lines
474 B
Text
# Template file for 'gzip'
|
|
pkgname=gzip
|
|
version=1.6
|
|
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=97eb83b763d9e5ad35f351fe5517e6b71521d7aac7acf3e3cacdb6b1496d8f7e
|
|
|
|
gzip_package() {
|
|
conflicts="chroot-gzip>=0"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|