wok-next diff lrzip/receipt @ rev 20930

pyaudio -> python-pyaudio
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Aug 23 07:07:52 2018 +0300 (2018-08-23)
parents e7f6a9ed326c
children d5aab818505e
line diff
     1.1 --- a/lrzip/receipt	Fri Sep 09 15:37:22 2016 +0200
     1.2 +++ b/lrzip/receipt	Thu Aug 23 07:07:52 2018 +0300
     1.3 @@ -1,30 +1,28 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="lrzip"
     1.8  VERSION="0.630"
     1.9  CATEGORY="utilities"
    1.10 -SHORT_DESC="lrzip is a file compression program designed to do particularly well on very large files containing long distance redundancy"
    1.11 +SHORT_DESC="File compression program designed to do particularly well on very \
    1.12 +large files containing long distance redundancy"
    1.13  MAINTAINER="devel@slitaz.org"
    1.14  LICENSE="GPL2"
    1.15 +WEB_SITE="http://ck.kolivas.org/apps/lrzip/"
    1.16 +
    1.17  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.18 -WEB_SITE="http://ck.kolivas.org/apps/lrzip/"
    1.19  WGET_URL="$WEB_SITE/$TARBALL"
    1.20 -TAGS="compression archive"
    1.21  
    1.22 -DEPENDS="lzo bzlib zlib gcc-lib-base"
    1.23  BUILD_DEPENDS="lzo-dev bzip2-dev zlib-dev nasm perl"
    1.24  
    1.25 -# Rules to configure and make the package.
    1.26 -compile_rules()
    1.27 -{
    1.28 -    ./configure $CONFIGURE_ARGS &&
    1.29 -    make &&
    1.30 -    make DESTDIR=$DESTDIR install
    1.31 +compile_rules() {
    1.32 +	./configure $CONFIGURE_ARGS &&
    1.33 +	fix libtool &&
    1.34 +	make &&
    1.35 +	make DESTDIR=$DESTDIR install
    1.36  }
    1.37  
    1.38 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.39 -genpkg_rules()
    1.40 -{
    1.41 -    mkdir -p $fs/usr
    1.42 -    cp -a $install/usr/bin $fs/usr
    1.43 +genpkg_rules() {
    1.44 +	copy @std
    1.45 +	DEPENDS="lzo bzlib zlib gcc-lib-base"
    1.46 +	TAGS="compression archive"
    1.47  }