wok-next annotate rzip/receipt @ rev 21247

updated cyrus-imapd (2.4.17 -> 3.0.12)
author Hans-G?nter Theisgen
date Thu Dec 05 16:28:27 2019 +0100 (2019-12-05)
parents d5aab818505e
children
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@21105 24 DEPENDS="libbzip2"
al@20491 25 TAGS="compression archive"
pascal@17412 26 }