wok-next diff vorbis-tools/receipt @ rev 20678

Up clisp (2.50)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 15 02:59:03 2018 +0300 (2018-05-15)
parents c4e53a39395a
children d5aab818505e
line diff
     1.1 --- a/vorbis-tools/receipt	Fri Mar 02 12:12:14 2018 +0200
     1.2 +++ b/vorbis-tools/receipt	Tue May 15 02:59:03 2018 +0300
     1.3 @@ -1,30 +1,28 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="vorbis-tools"
     1.8  VERSION="1.4.0"
     1.9  CATEGORY="multimedia"
    1.10 -SHORT_DESC="Vorbis encoder, decoder and tiny tools."
    1.11 +SHORT_DESC="Vorbis encoder, decoder and tiny tools"
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="http://www.vorbis.com/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://www.vorbis.com/"
    1.18  WGET_URL="http://downloads.xiph.org/releases/vorbis/$TARBALL"
    1.19 -TAGS="multimedia ogg"
    1.20  
    1.21 -DEPENDS="libogg libvorbis flac libao libcurl speex openssl"
    1.22  BUILD_DEPENDS="libogg-dev libvorbis-dev flac-dev libao-dev curl-dev speex-dev \
    1.23  openssl-dev"
    1.24  
    1.25 -# Rules to configure and make the package.
    1.26 -compile_rules()
    1.27 -{
    1.28 -	cd $src
    1.29 -	./configure $CONFIGURE_ARGS && make && make install
    1.30 +compile_rules() {
    1.31 +	./configure $CONFIGURE_ARGS &&
    1.32 +	fix libtool &&
    1.33 +	make &&
    1.34 +	make install
    1.35  }
    1.36  
    1.37 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.38 -genpkg_rules()
    1.39 -{
    1.40 -	mkdir -p $fs/usr
    1.41 -	cp -a $install/usr/bin $fs/usr
    1.42 +genpkg_rules() {
    1.43 +	copy @std
    1.44 +	DEPENDS="libogg libvorbis flac libao libcurl speex openssl"
    1.45 +	TAGS="multimedia ogg"
    1.46  }