wok-next annotate rgzip/receipt @ rev 20491

More packing...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Mar 13 02:04:32 2018 +0200 (2018-03-13)
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 }