wok-next annotate lrzip/receipt @ rev 4948
Add lrzip (thanks Medvedev)
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Wed Feb 17 09:00:44 2010 +0000 (2010-02-17) |
parents | |
children | 8752c40cc534 |
rev | line source |
---|---|
jozee@4948 | 1 # SliTaz package receipt. |
jozee@4948 | 2 |
jozee@4948 | 3 PACKAGE="lrzip" |
jozee@4948 | 4 VERSION="0.44" |
jozee@4948 | 5 CATEGORY="utilities" |
jozee@4948 | 6 SHORT_DESC="lrzip is a file compression program designed to do particularly well on very large files containing long distance redundancy" |
jozee@4948 | 7 MAINTAINER="devel@slitaz.org" |
jozee@4948 | 8 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
jozee@4948 | 9 WEB_SITE="http://ck.kolivas.org/apps/lrzip/" |
jozee@4948 | 10 WGET_URL="$WEB_SITE/$TARBALL" |
jozee@4948 | 11 BUILD_DEPENDS="lzo-dev bzip2-dev zlib-dev nasm" |
jozee@4948 | 12 TAGS="compression archive" |
jozee@4948 | 13 |
jozee@4948 | 14 # Rules to configure and make the package. |
jozee@4948 | 15 compile_rules() |
jozee@4948 | 16 { |
jozee@4948 | 17 cd $src |
jozee@4948 | 18 ./configure --prefix=/usr --infodir=/usr/share/info \ |
jozee@4948 | 19 --mandir=/usr/share/man $CONFIGURE_ARGS && |
jozee@4948 | 20 make && |
jozee@4948 | 21 make DESTDIR=$PWD/_pkg install |
jozee@4948 | 22 } |
jozee@4948 | 23 |
jozee@4948 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
jozee@4948 | 25 genpkg_rules() |
jozee@4948 | 26 { |
jozee@4948 | 27 mkdir -p $fs/usr |
jozee@4948 | 28 cp -a $_pkg/usr/bin $fs/usr |
jozee@4948 | 29 } |