wok diff audacious-plugins/receipt @ rev 2030

Add: audacious, audacious-dev, audacious-plugins
author Fabrice THIROUX <mimas@slitaz.org>
date Fri Jan 09 23:16:51 2009 +0100 (2009-01-09)
parents
children e7476a635880
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/audacious-plugins/receipt	Fri Jan 09 23:16:51 2009 +0100
     1.3 @@ -0,0 +1,36 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="audacious-plugins"
     1.7 +VERSION="1.5.1"
     1.8 +CATEGORY="multimedia"
     1.9 +SHORT_DESC="Plugins for audacious music player"
    1.10 +MAINTAINER="mimas@litaz.org"
    1.11 +DEPENDS="audacious neon libogg libvorbis alsa-lib lame flac"
    1.12 +BUILD_DEPENDS="audacious-dev neon flac-dev libogg-dev libvorbis-dev alsa-lib-dev lame-dev"
    1.13 +TARBALL="$PACKAGE-$VERSION.tbz2"
    1.14 +WEB_SITE="http://audacious-media-player.org/"
    1.15 +WGET_URL="http://distfiles.atheme.org/$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 +		--infodir=/usr/share/info \
    1.24 +		--mandir=/usr/share/man \
    1.25 +		--disable-sse2 \
    1.26 +		$CONFIGURE_ARGS
    1.27 +	make
    1.28 +	make DESTDIR=$PWD/_pkg install
    1.29 +}
    1.30 +
    1.31 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.32 +genpkg_rules()
    1.33 +{
    1.34 +	mkdir -p $fs/usr/share/locale
    1.35 +	cp -a $_pkg/usr/lib $fs/usr
    1.36 +	cp -a $_pkg/usr/share/audacious $fs/usr/share
    1.37 +	cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
    1.38 +}
    1.39 +