wok-current annotate rzip/receipt @ rev 20928
updated fltk-blocks, fltk-checkers, fltk-colbrowser, fltk-dev, fltk-doc, fltk-editor, and fltk-sudoku again (1.3.3 -> 1.3.4.2)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Mar 02 13:17:05 2019 +0100 (2019-03-02) |
parents | 4c8097897bd1 |
children | f8a963794d31 |
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@18361 | 12 TAGS="compression archive" |
pascal@17412 | 13 |
pascal@17412 | 14 DEPENDS="bzlib" |
pascal@17412 | 15 BUILD_DEPENDS="wget bzip2-dev" |
pascal@17412 | 16 |
pascal@17412 | 17 # Rules to configure and make the package. |
pascal@17412 | 18 compile_rules() |
pascal@17412 | 19 { |
pascal@17412 | 20 ./configure --prefix=/usr \ |
pascal@17412 | 21 --sysconfdir=/etc \ |
pascal@17412 | 22 $CONFIGURE_ARGS && |
pascal@17412 | 23 make |
pascal@17412 | 24 } |
pascal@17412 | 25 |
pascal@17412 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@17412 | 27 genpkg_rules() |
pascal@17412 | 28 { |
pascal@17412 | 29 mkdir -p $fs/usr/bin |
pascal@17412 | 30 cp -a $src/rzip $fs/usr/bin |
pascal@17412 | 31 } |