wok view lrzip/receipt @ rev 11354

Up sslh (1.10)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 01 11:36:59 2011 +0100 (2011-12-01)
parents cb9450f9282a
children b7319995b37e
line source
1 # SliTaz package receipt.
3 PACKAGE="lrzip"
4 VERSION="0.608"
5 CATEGORY="utilities"
6 SHORT_DESC="lrzip is a file compression program designed to do particularly well on very large files containing long distance redundancy"
7 MAINTAINER="devel@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://ck.kolivas.org/apps/lrzip/"
10 WGET_URL="$WEB_SITE/$TARBALL"
11 DEPENDS="lzo bzlib zlib gcc-lib-base"
12 BUILD_DEPENDS="lzo-dev bzip2-dev zlib-dev nasm perl"
13 TAGS="compression archive"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure &&
20 make &&
21 make DESTDIR=$DESTDIR install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $_pkg/usr/bin $fs/usr
29 }