wok annotate lrzip/receipt @ rev 16638
libvalhalla-dev: update deps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 12 10:29:35 2014 +0000 (2014-05-12) |
parents | 380ffe05937a |
children | ff6028aa1317 |
rev | line source |
---|---|
jozee@4948 | 1 # SliTaz package receipt. |
jozee@4948 | 2 |
jozee@4948 | 3 PACKAGE="lrzip" |
pascal@15719 | 4 VERSION="0.616" |
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" |
pascal@15000 | 8 LICENSE="GPL2" |
jozee@4948 | 9 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
jozee@4948 | 10 WEB_SITE="http://ck.kolivas.org/apps/lrzip/" |
jozee@4948 | 11 WGET_URL="$WEB_SITE/$TARBALL" |
slaxemulator@12997 | 12 TAGS="compression archive" |
slaxemulator@12997 | 13 |
pascal@5030 | 14 DEPENDS="lzo bzlib zlib gcc-lib-base" |
slaxemulator@6496 | 15 BUILD_DEPENDS="lzo-dev bzip2-dev zlib-dev nasm perl" |
jozee@4948 | 16 |
jozee@4948 | 17 # Rules to configure and make the package. |
jozee@4948 | 18 compile_rules() |
jozee@4948 | 19 { |
jozee@4948 | 20 cd $src |
gokhlayeh@11573 | 21 ./configure $CONFIGURE_ARGS && |
jozee@4948 | 22 make && |
slaxemulator@8593 | 23 make DESTDIR=$DESTDIR install |
jozee@4948 | 24 } |
jozee@4948 | 25 |
jozee@4948 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
jozee@4948 | 27 genpkg_rules() |
jozee@4948 | 28 { |
jozee@4948 | 29 mkdir -p $fs/usr |
slaxemulator@12997 | 30 cp -a $install/usr/bin $fs/usr |
jozee@4948 | 31 } |