e0030bc0fe
- Added an additional shell func to add full (build/run), build or run time dependencies to packages. An optional third parameter can be used to specify other version than the one set in the depends file. - Use a "depends" file in package directory to specify minimum required ABI/API version for a package, so that there's no need to set the version all the time in pkgs. - Updated bash to 4.0. --HG-- extra : convert_revision : 1aa0ce32d4bdc2cd371eac19ae7bcff2c986b6b3
17 lines
646 B
Text
17 lines
646 B
Text
# Template file for 'gzip'
|
|
pkgname=gzip
|
|
version=1.3.12
|
|
distfiles="http://ftp.gnu.org/gnu/gzip/$pkgname-$version.tar.gz"
|
|
build_style=gnu_configure
|
|
short_desc="GNU compression utility (replacement for compress)"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=3f565be05f7f3d1aff117c030eb7c738300510b7d098cedea796ca8e4cd587af
|
|
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."
|
|
|
|
base_chroot=yes
|
|
|
|
Add_dependency run glibc
|