wok-6.x annotate lrzip/receipt @ rev 22420

these 3 packages seem not used in xfce4 v4.12, so reverting to last version in slitaz: 4.10.0: libxfcegui4 libxfcegui4-dev xfce4-mixer
author Erkan Yilmaz <erkan@slitaz.org>
date Sun Dec 15 09:01:23 2019 +0000 (2019-12-15)
parents e7f6a9ed326c
children f8a963794d31
rev   line source
jozee@4948 1 # SliTaz package receipt.
jozee@4948 2
jozee@4948 3 PACKAGE="lrzip"
pascal@19932 4 VERSION="0.631"
jozee@4948 5 CATEGORY="utilities"
jozee@4948 6 SHORT_DESC="lrzip is a file compression program designed to do particularly well on very large files containing long distance redundancy"
jozee@4948 7 MAINTAINER="devel@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
jozee@4948 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
jozee@4948 10 WEB_SITE="http://ck.kolivas.org/apps/lrzip/"
jozee@4948 11 WGET_URL="$WEB_SITE/$TARBALL"
slaxemulator@12997 12 TAGS="compression archive"
slaxemulator@12997 13
pascal@5030 14 DEPENDS="lzo bzlib zlib gcc-lib-base"
slaxemulator@6496 15 BUILD_DEPENDS="lzo-dev bzip2-dev zlib-dev nasm perl"
jozee@4948 16
jozee@4948 17 # Rules to configure and make the package.
jozee@4948 18 compile_rules()
jozee@4948 19 {
gokhlayeh@11573 20 ./configure $CONFIGURE_ARGS &&
jozee@4948 21 make &&
slaxemulator@8593 22 make DESTDIR=$DESTDIR install
jozee@4948 23 }
jozee@4948 24
jozee@4948 25 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@4948 26 genpkg_rules()
jozee@4948 27 {
jozee@4948 28 mkdir -p $fs/usr
slaxemulator@12997 29 cp -a $install/usr/bin $fs/usr
jozee@4948 30 }