wok-next annotate rzip/receipt @ rev 20855

svgcleaner: up (0.9.5); add oxipng
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jun 26 15:41:27 2018 +0300 (2018-06-26)
parents 46121975746c
children d5aab818505e
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@20491 19 install -Dm 755 $src/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 }