wok-next annotate rgzip/receipt @ rev 21442
updated samba (4.6.14 -> 4.12.2)
author | Hans-G?nter Theisgen |
---|---|
date | Tue May 05 16:27:22 2020 +0100 (2020-05-05) |
parents | 2f03cb67a994 |
children |
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@21020 | 16 install -Dm755 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 } |