wok annotate gzip-full/receipt @ rev 14587

Add missing deps coreutils-disk and coreutils-redirection for use tee and df command instead of Busybox
author Stanislas Leduc <shann@slitaz.org>
date Sun May 26 19:06:03 2013 +0200 (2013-05-26)
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