wok-next diff vorbisgain/receipt @ rev 21623

updated elfutils (0.175 -> 0.180)
author Hans-G?nter Theisgen
date Thu Jun 25 14:49:28 2020 +0100 (2020-06-25)
parents 7506b35e1c6f
children
line diff
     1.1 --- a/vorbisgain/receipt	Mon Aug 13 00:47:17 2018 +0300
     1.2 +++ b/vorbisgain/receipt	Thu Jun 25 14:49:28 2020 +0100
     1.3 @@ -1,32 +1,27 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="vorbisgain"
     1.8  VERSION="0.37"
     1.9  CATEGORY="multimedia"
    1.10 -SHORT_DESC="Analyzes and adjusts volume on ogg vorbis files."
    1.11 +SHORT_DESC="Analyzes and adjusts volume on ogg vorbis files"
    1.12  MAINTAINER="paul@slitaz.org"
    1.13  LICENSE="LGPL2.1"
    1.14 +WEB_SITE="https://sjeng.org/vorbisgain.html"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="https://sjeng.org/vorbisgain.html"
    1.18  WGET_URL="https://sjeng.org/ftp/vorbis/$TARBALL"
    1.19  
    1.20 -DEPENDS="libogg libvorbis"
    1.21  BUILD_DEPENDS="libogg-dev libvorbis-dev"
    1.22  
    1.23 -# Rules to configure and make the package.
    1.24 -compile_rules()
    1.25 -{
    1.26 -	cd $src
    1.27 +compile_rules() {
    1.28  	./configure \
    1.29  		--prefix=/usr \
    1.30  		$CONFIGURE_ARGS &&
    1.31 -	make && make DESTDIR=$DESTDIR install
    1.32 +	make &&
    1.33 +	make DESTDIR=$install install
    1.34  }
    1.35  
    1.36 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.37 -genpkg_rules()
    1.38 -{
    1.39 -	mkdir -p $fs/usr
    1.40 -	cp -a $install/usr/bin $fs/usr
    1.41 +genpkg_rules() {
    1.42 +	copy @std
    1.43 +	DEPENDS="libogg libvorbis"
    1.44  }
    1.45 -