wok diff vorbisgain/receipt @ rev 13847

frogatto: try to fix build (Boost 1.47 removed a deprecated function...) btw, we use boost 1.50
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jan 09 01:13:47 2013 +0000 (2013-01-09)
parents
children 76b72f1ad63c
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/vorbisgain/receipt	Wed Jan 09 01:13:47 2013 +0000
     1.3 @@ -0,0 +1,30 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="vorbisgain"
     1.7 +VERSION="0.37"
     1.8 +CATEGORY="multimedia"
     1.9 +SHORT_DESC="Analyzes and adjusts volume on ogg vorbis files."
    1.10 +MAINTAINER="paul@slitaz.org"
    1.11 +DEPENDS="libogg libvorbis"
    1.12 +BUILD_DEPENDS="libogg-dev libvorbis-dev"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 +WEB_SITE="http://sjeng.org/vorbisgain.html"
    1.15 +WGET_URL="http://sjeng.org/ftp/vorbis/$TARBALL"
    1.16 +
    1.17 +# Rules to configure and make the package.
    1.18 +compile_rules()
    1.19 +{
    1.20 +	cd $src
    1.21 +	./configure \
    1.22 +		--prefix=/usr \
    1.23 +		$CONFIGURE_ARGS &&
    1.24 +	make && make DESTDIR=$DESTDIR install
    1.25 +}
    1.26 +
    1.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 +genpkg_rules()
    1.29 +{
    1.30 +	mkdir -p $fs/usr
    1.31 +	cp -a $_pkg/usr/bin $fs/usr
    1.32 +}
    1.33 +