wok-next view lrzip/receipt @ rev 21306

updated httrack (3.45.4 -> 3.49.2)
author Hans-G?nter Theisgen
date Tue Dec 10 10:00:39 2019 +0100 (2019-12-10)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="lrzip"
4 VERSION="0.630"
5 CATEGORY="utilities"
6 SHORT_DESC="File compression program designed to do particularly well on very \
7 large files containing long distance redundancy"
8 MAINTAINER="devel@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="http://ck.kolivas.org/apps/lrzip/"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="$WEB_SITE/$TARBALL"
15 BUILD_DEPENDS="lzo-dev bzip2-dev zlib-dev nasm perl"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 fix libtool &&
20 make &&
21 make DESTDIR=$install install
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="lzo libbzip2 zlib gcc-lib-base"
27 TAGS="compression archive"
28 }