wok-6.x view gzip-full/receipt @ rev 10351
glibc: Check for gawk in compile_rules. Not cook_tmp_toolchain since thats for tazwok.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun May 22 16:34:20 2011 +0000 (2011-05-22) |
parents | 420025feef6c |
children | e51d5e93d570 |
line source
1 # SliTaz package receipt.
3 PACKAGE="gzip-full"
4 VERSION="1.4"
5 CATEGORY="system-tools"
6 SHORT_DESC="Gzip full programs"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="gzip"
9 WEB_SITE="http://www.gnu.org/software/gzip/"
10 WANTED="gzip"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 cp -a $_pkg/usr/bin/z* $fs/usr/bin
17 cp -a $_pkg/usr/bin/un* $fs/usr/bin
18 }