wok view audacious-plugins/receipt @ rev 4998

[a-b]*: update depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 28 12:41:24 2010 +0100 (2010-02-28)
parents a8ca1e0896fe
children 1732ae11db98
line source
1 # SliTaz package receipt.
3 PACKAGE="audacious-plugins"
4 VERSION="2.2"
5 CATEGORY="multimedia"
6 SHORT_DESC="Plugins for audacious music player"
7 MAINTAINER="mimas@slitaz.org"
8 DEPENDS="audacious libxml2 libogg libvorbis alsa-lib flac dbus-glib libsndfile libcdio libmad curl taglib libcomerr3"
9 BUILD_DEPENDS="audacious-dev audacious neon flac-dev libogg-dev libvorbis-dev alsa-lib-dev lame-dev libmad-dev libmad"
10 SUGGESTED="lame faad2 neon libmms"
11 TARBALL="$PACKAGE-$VERSION.tgz"
12 WEB_SITE="http://audacious-media-player.org/"
13 WGET_URL="http://distfiles.atheme.org/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 sed -i "s/touch -t 0001010000 /touch /g" configure
20 ./configure \
21 --prefix=/usr \
22 --infodir=/usr/share/info \
23 --mandir=/usr/share/man \
24 --disable-sse2 \
25 --enable-chardet \
26 --disable-esd --disable-pulse --disable-icecast \
27 --disable-jack --disable-timidity --disable-evdevplug \
28 --disable-rocklight --disable-lirc \
29 --disable-bluetooth --disable-paranormal \
30 --disable-projectm --disable-projectm-1.0 \
31 --disable-ffaudio --disable-mtp_up \
32 $CONFIGURE_ARGS &&
33 make &&
34 make DESTDIR=$PWD/_pkg install
35 }
37 # Rules to gen a SliTaz package suitable for Tazpkg.
38 genpkg_rules()
39 {
40 mkdir -p $fs/usr/share/locale
41 cp -a $_pkg/usr/lib $fs/usr
42 #cp -a $_pkg/usr/share/audacious $fs/usr/share
43 cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
44 }