wok view gzip-full/receipt @ rev 17017

fbvnc-auth: fix cross compilation
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 13 14:10:10 2014 +0200 (2014-08-13)
parents 2b9f96603415
children e30b21af1714
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 LICENSE="GPL3"
9 WEB_SITE="http://www.gnu.org/software/gzip/"
10 WANTED="gzip"
12 DEPENDS="gzip"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/bin
18 cp -a $install/usr/bin/z* $fs/usr/bin
19 cp -a $install/usr/bin/un* $fs/usr/bin
20 cp -a $src/gzexe $fs/usr/bin
21 }