wok-next view lrzip/receipt @ rev 21686

updated glm (0.9.3.2 -> 0.9.9.8)
author Hans-G?nter Theisgen
date Mon Jun 29 16:57:49 2020 +0100 (2020-06-29)
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 }