wok view 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
line source
1 # SliTaz package receipt.
3 PACKAGE="gzip-full"
4 VERSION="1.5"
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 $install/usr/bin/z* $fs/usr/bin
17 cp -a $install/usr/bin/un* $fs/usr/bin
18 }