wok-next annotate 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
rev   line source
al@20491 1 # SliTaz package receipt v2.
pascal@5206 2
pascal@5206 3 PACKAGE="rgzip"
pascal@5206 4 VERSION="0"
pascal@5206 5 CATEGORY="system-tools"
al@20491 6 SHORT_DESC="Rsync friendly gzip"
pascal@5206 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15611 8 LICENSE="GPL3"
al@20491 9 WEB_SITE="http://svana.org/kleptog/rgzip.html"
al@20491 10
slaxemulator@9273 11 TARBALL="$PACKAGE.c"
slaxemulator@9273 12 WGET_URL="http://svana.org/kleptog/$TARBALL"
pascal@5206 13
al@20491 14 compile_rules() {
al@20491 15 make rgzip &&
al@20491 16 install -Dm 755 $src/rgzip $install/usr/bin/rgzip
pascal@5206 17 }
pascal@5206 18
al@20491 19 genpkg_rules() {
al@20491 20 copy @std
al@20491 21 DEPENDS="busybox" # gzip
al@20491 22 TAGS="compression"
pascal@5206 23 }