5a249b6c4f
This is to ensure that only stuff found in the chroot will be used, and to avoid some stupid problems with libtool scripts. Therefore only templates that have $base_chroot set can be built without the chroot. As bonus now all messages are prepended with "[chroot]" when xbps.sh is running inside of it. --HG-- extra : convert_revision : 68195f4b240c01eea18777767b555604d892400f
17 lines
645 B
Cheetah
17 lines
645 B
Cheetah
# 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
|
|
run_depends="glibc-2.8"
|