wok-next annotate rzip/receipt @ rev 21050

gparted: implement SliTaz graphical "su" in a right way
Note, it isn't in *.desktop file anymore (as for gparted-0.32.0), it is inside /usr/bin/gparted script!
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Nov 28 12:35:25 2018 +0200 (2018-11-28)
parents 2f03cb67a994
children 82b613cfd1e0
rev   line source
al@20491 1 # SliTaz package receipt v2.
pascal@17412 2
pascal@17412 3 PACKAGE="rzip"
pascal@17412 4 VERSION="2.1"
pascal@17412 5 CATEGORY="utilities"
pascal@17412 6 SHORT_DESC="A compression program designed for long distance redundencies"
pascal@17412 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17412 8 LICENSE="GPL2"
al@20491 9 WEB_SITE="https://rzip.samba.org/"
al@20491 10
pascal@17412 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@17412 12 WGET_URL="${WEB_SITE}ftp/$PACKAGE/$TARBALL"
pascal@17412 13
pascal@17412 14 BUILD_DEPENDS="wget bzip2-dev"
pascal@17412 15
al@20491 16 compile_rules() {
al@20491 17 ./configure $CONFIGURE_ARGS &&
al@20491 18 make &&
al@21020 19 install -Dm755 rzip $install/usr/bin/rzip
pascal@17412 20 }
pascal@17412 21
al@20491 22 genpkg_rules() {
al@20491 23 copy @std
al@20491 24 DEPENDS="bzlib"
al@20491 25 TAGS="compression archive"
pascal@17412 26 }