wok annotate gzip-full/receipt @ rev 14730

Up xorg-xf86-video-ati (7.1.0), xorg-xf86-video-fbdev (0.4.3), xorg-xf86-video-geode (2.11.14), xorg-xf86-video-i740 (1.3.4), xorg-xf86-video-neomagic (1.2.7), xorg-xf86-video-nv (2.1.20), xorg-xf86-video-s3 (0.6.5), xorg-xf86-video-trident (1.3.6), xorg-xf86-video-vesa (2.3.2), xorg-xf86-video-vmware (13.0.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 13 10:45:31 2013 +0200 (2013-06-13)
parents 94e1889a6838
children 2b9f96603415
rev   line source
erjo@8054 1 # SliTaz package receipt.
erjo@8054 2
erjo@8054 3 PACKAGE="gzip-full"
slaxemulator@13084 4 VERSION="1.5"
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
slaxemulator@13084 16 cp -a $install/usr/bin/z* $fs/usr/bin
slaxemulator@13084 17 cp -a $install/usr/bin/un* $fs/usr/bin
erjo@8054 18 }
erjo@8054 19