wok view rgzip/receipt @ rev 16324

connman-ui: set a meaningful name to the source for mirror:/source/packages-cooking/
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 10 11:04:26 2014 +0000 (2014-04-10)
parents fb0ec6e33ae9
children b7f1bd1b9ac7
line source
1 # SliTaz package receipt.
3 PACKAGE="rgzip"
4 VERSION="0"
5 CATEGORY="system-tools"
6 SHORT_DESC="Rsync friendly gzip."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 TARBALL="$PACKAGE.c"
10 WEB_SITE="http://svana.org/kleptog/rgzip.html"
11 WGET_URL="http://svana.org/kleptog/$TARBALL"
12 DEPENDS="busybox" # gzip
13 TAGS="compression"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 make rgzip
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/bin
26 cp $src/rgzip $fs/usr/bin
27 }