wok-stable annotate lrzip/receipt @ rev 12111
Up tazpanel 1.4.5
author | Christian Mesh meshca@clarkson.edu |
---|---|
date | Mon Mar 12 16:56:56 2012 +0000 (2012-03-12) |
parents | 86f3b0efa8e2 |
children |
rev | line source |
---|---|
jozee@4948 | 1 # SliTaz package receipt. |
jozee@4948 | 2 |
jozee@4948 | 3 PACKAGE="lrzip" |
devl547@11249 | 4 VERSION="0.608" |
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" |
pascal@5030 | 11 DEPENDS="lzo bzlib zlib gcc-lib-base" |
slaxemulator@6496 | 12 BUILD_DEPENDS="lzo-dev bzip2-dev zlib-dev nasm perl" |
jozee@4948 | 13 TAGS="compression archive" |
jozee@4948 | 14 |
jozee@4948 | 15 # Rules to configure and make the package. |
jozee@4948 | 16 compile_rules() |
jozee@4948 | 17 { |
jozee@4948 | 18 cd $src |
gokhlayeh@11573 | 19 ./configure $CONFIGURE_ARGS && |
jozee@4948 | 20 make && |
slaxemulator@8593 | 21 make DESTDIR=$DESTDIR 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 } |