wok-next view rgzip/receipt @ rev 20790

1. update also pinentry-gtk to new version 2. add to both fltk-dev so fltk-config is found 3. I want to force also a build to see if it really builds OKish here (see wok-build)
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 11:23:42 2018 +0000 (2018-06-09)
parents f13bd223c231
children d5aab818505e
line source
1 # SliTaz package receipt v2.
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 WEB_SITE="http://svana.org/kleptog/rgzip.html"
11 TARBALL="$PACKAGE.c"
12 WGET_URL="http://svana.org/kleptog/$TARBALL"
14 compile_rules() {
15 make rgzip &&
16 install -Dm 755 $src/rgzip $install/usr/bin/rgzip
17 }
19 genpkg_rules() {
20 copy @std
21 DEPENDS="busybox" # gzip
22 TAGS="compression"
23 }