wok-next view rgzip/receipt @ rev 21721

created recipes for efivar and efibootmgr
author Hans-G?nter Theisgen
date Tue Sep 01 10:09:15 2020 +0100 (2020-09-01)
parents 2f03cb67a994
children
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 -Dm755 rgzip $install/usr/bin/rgzip
17 }
19 genpkg_rules() {
20 copy @std
21 DEPENDS="busybox" # gzip
22 TAGS="compression"
23 }