wok-stable annotate gzip-full/receipt @ rev 9364
Add lfs-book. This is the linux from scratch book. Its useful docs for my mirror/source iso.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Mar 20 18:19:03 2011 +0000 (2011-03-20) |
parents | 420025feef6c |
children |
rev | line source |
---|---|
erjo@8054 | 1 # SliTaz package receipt. |
erjo@8054 | 2 |
erjo@8054 | 3 PACKAGE="gzip-full" |
erjo@8054 | 4 VERSION="1.4" |
erjo@8054 | 5 CATEGORY="system-tools" |
erjo@8054 | 6 SHORT_DESC="Gzip full programs" |
erjo@8054 | 7 MAINTAINER="erjo@slitaz.org" |
erjo@8054 | 8 DEPENDS="gzip" |
erjo@8054 | 9 WEB_SITE="http://www.gnu.org/software/gzip/" |
erjo@8054 | 10 WANTED="gzip" |
erjo@8054 | 11 |
erjo@8054 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
erjo@8054 | 13 genpkg_rules() |
erjo@8054 | 14 { |
erjo@8054 | 15 mkdir -p $fs/usr/bin |
erjo@8054 | 16 cp -a $_pkg/usr/bin/z* $fs/usr/bin |
erjo@8054 | 17 cp -a $_pkg/usr/bin/un* $fs/usr/bin |
erjo@8054 | 18 } |
erjo@8054 | 19 |