wok-next annotate 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
rev   line source
al@20595 1 # SliTaz package receipt v2.
jozee@4948 2
jozee@4948 3 PACKAGE="lrzip"
pascal@19405 4 VERSION="0.630"
jozee@4948 5 CATEGORY="utilities"
al@20595 6 SHORT_DESC="File compression program designed to do particularly well on very \
al@20595 7 large files containing long distance redundancy"
jozee@4948 8 MAINTAINER="devel@slitaz.org"
pascal@15000 9 LICENSE="GPL2"
al@20595 10 WEB_SITE="http://ck.kolivas.org/apps/lrzip/"
al@20595 11
jozee@4948 12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
jozee@4948 13 WGET_URL="$WEB_SITE/$TARBALL"
slaxemulator@12997 14
slaxemulator@6496 15 BUILD_DEPENDS="lzo-dev bzip2-dev zlib-dev nasm perl"
jozee@4948 16
al@20595 17 compile_rules() {
al@20595 18 ./configure $CONFIGURE_ARGS &&
al@20595 19 fix libtool &&
al@20595 20 make &&
al@21020 21 make DESTDIR=$install install
jozee@4948 22 }
jozee@4948 23
al@20595 24 genpkg_rules() {
al@20595 25 copy @std
al@21105 26 DEPENDS="lzo libbzip2 zlib gcc-lib-base"
al@20595 27 TAGS="compression archive"
jozee@4948 28 }