wok-next view lrzip/receipt @ rev 20883

Check Repology info from h* to l* packages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jul 11 02:06:34 2018 +0300 (2018-07-11)
parents e7f6a9ed326c
children d5aab818505e
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=$DESTDIR install
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="lzo bzlib zlib gcc-lib-base"
27 TAGS="compression archive"
28 }