wok view audacious-plugins/receipt @ rev 14817

Up: libexo* (0.8.0)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Jul 17 13:43:00 2013 +0200 (2013-07-17)
parents 4b993dc9a84f
children 2a5cc8208d36
line source
1 # SliTaz package receipt.
3 PACKAGE="audacious-plugins"
4 VERSION="3.2.4"
5 CATEGORY="multimedia"
6 SHORT_DESC="Plugins for audacious music player"
7 MAINTAINER="mimas@slitaz.org"
8 SUGGESTED="lame neon libmms"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://audacious-media-player.org/"
11 WGET_URL="http://distfiles.audacious-media-player.org/$TARBALL"
13 DEPENDS="libxml2 libogg libvorbis alsa-lib flac dbus-glib libsndfile \
14 libcdio libmad curl taglib libcomerr3 mpg123 faad2 neon gtk+"
15 BUILD_DEPENDS="audacious-dev audacious neon-dev flac-dev libogg-dev \
16 libvorbis-dev libmowgli-dev alsa-lib-dev lame-dev libmad-dev dbus-glib-dev \
17 libmcs-dev libsamplerate-dev mpg123-dev faad2-dev curl-dev \
18 libxml2-dev gtk+-dev"
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 cd $src
24 sed -i "s/touch -t 0001010000 /touch /g" configure
25 #XML_CFLAGS=-I/usr/include/libxml2
26 ./configure \
27 --prefix=/usr \
28 --infodir=/usr/share/info \
29 --mandir=/usr/share/man \
30 --disable-sse2 \
31 --enable-chardet \
32 --disable-esd --disable-pulse --disable-icecast \
33 --disable-jack --disable-timidity --disable-evdevplug \
34 --disable-rocklight --disable-lirc \
35 --disable-bluetooth --disable-paranormal \
36 --disable-projectm --disable-projectm-1.0 \
37 --disable-ffaudio --disable-mtp_up \
38 $CONFIGURE_ARGS &&
39 make &&
40 make DESTDIR=$DESTDIR install
41 }
43 # Rules to gen a SliTaz package suitable for Tazpkg.
44 genpkg_rules()
45 {
46 mkdir -p $fs/usr/share/locale
47 cp -a $install/usr/lib $fs/usr
48 cp -a $install/usr/share/locale/fr $fs/usr/share/locale
49 }