wok-next annotate rzip/receipt @ rev 17682
slitaz-i18n/stuff/locale-pack.conf: add isomaster to CORE_PKGS
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Fri Feb 20 13:46:47 2015 -0500 (2015-02-20) |
parents | |
children | 46121975746c |
rev | line source |
---|---|
pascal@17412 | 1 # SliTaz package receipt. |
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" |
pascal@17412 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@17412 | 10 WEB_SITE="https://rzip.samba.org/" |
pascal@17412 | 11 WGET_URL="${WEB_SITE}ftp/$PACKAGE/$TARBALL" |
pascal@17412 | 12 |
pascal@17412 | 13 DEPENDS="bzlib" |
pascal@17412 | 14 BUILD_DEPENDS="wget bzip2-dev" |
pascal@17412 | 15 |
pascal@17412 | 16 # Rules to configure and make the package. |
pascal@17412 | 17 compile_rules() |
pascal@17412 | 18 { |
pascal@17412 | 19 ./configure --prefix=/usr \ |
pascal@17412 | 20 --sysconfdir=/etc \ |
pascal@17412 | 21 $CONFIGURE_ARGS && |
pascal@17412 | 22 make |
pascal@17412 | 23 } |
pascal@17412 | 24 |
pascal@17412 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@17412 | 26 genpkg_rules() |
pascal@17412 | 27 { |
pascal@17412 | 28 mkdir -p $fs/usr/bin |
pascal@17412 | 29 cp -a $src/rzip $fs/usr/bin |
pascal@17412 | 30 } |