wok annotate audacious-plugins/receipt @ rev 17921

Up terminus-font (4.39); re-draw few Cyrillic letters.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 10 16:25:20 2015 +0300 (2015-04-10)
parents 5f0357e7415d
children ec98b2fa787f
rev   line source
mimas@2030 1 # SliTaz package receipt.
mimas@2030 2
mimas@2030 3 PACKAGE="audacious-plugins"
slaxemulator@15858 4 VERSION="3.4.3"
mimas@2030 5 CATEGORY="multimedia"
mimas@2030 6 SHORT_DESC="Plugins for audacious music player"
pankso@2044 7 MAINTAINER="mimas@slitaz.org"
pascal@15379 8 LICENSE="MIT"
devl547@11314 9 SUGGESTED="lame neon libmms"
pascal@15863 10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
mimas@2030 11 WEB_SITE="http://audacious-media-player.org/"
slaxemulator@12323 12 WGET_URL="http://distfiles.audacious-media-player.org/$TARBALL"
mimas@2030 13
devl547@11314 14 DEPENDS="libxml2 libogg libvorbis alsa-lib flac dbus-glib libsndfile \
slaxemulator@12323 15 libcdio libmad curl taglib libcomerr3 mpg123 faad2 neon gtk+"
slaxemulator@12323 16 BUILD_DEPENDS="audacious-dev audacious neon-dev flac-dev libogg-dev \
slaxemulator@12323 17 libvorbis-dev libmowgli-dev alsa-lib-dev lame-dev libmad-dev dbus-glib-dev \
slaxemulator@12323 18 libmcs-dev libsamplerate-dev mpg123-dev faad2-dev curl-dev \
pascal@15864 19 libxml2-dev gtk+3-dev"
erjo@9911 20
mimas@2030 21 # Rules to configure and make the package.
mimas@2030 22 compile_rules()
mimas@2030 23 {
mimas@2030 24 cd $src
jozee@3487 25 sed -i "s/touch -t 0001010000 /touch /g" configure
erjo@9911 26 #XML_CFLAGS=-I/usr/include/libxml2
mimas@2030 27 ./configure \
mimas@2030 28 --prefix=/usr \
mimas@2030 29 --infodir=/usr/share/info \
mimas@2030 30 --mandir=/usr/share/man \
mimas@2030 31 --disable-sse2 \
jozee@3487 32 --enable-chardet \
jozee@3487 33 --disable-esd --disable-pulse --disable-icecast \
jozee@3487 34 --disable-jack --disable-timidity --disable-evdevplug \
jozee@3487 35 --disable-rocklight --disable-lirc \
jozee@3487 36 --disable-bluetooth --disable-paranormal \
jozee@3487 37 --disable-projectm --disable-projectm-1.0 \
jozee@4512 38 --disable-ffaudio --disable-mtp_up \
pascal@2491 39 $CONFIGURE_ARGS &&
pascal@2491 40 make &&
erjo@9911 41 make DESTDIR=$DESTDIR install
mimas@2030 42 }
mimas@2030 43
mimas@2030 44 # Rules to gen a SliTaz package suitable for Tazpkg.
mimas@2030 45 genpkg_rules()
mimas@2030 46 {
mimas@2030 47 mkdir -p $fs/usr/share/locale
slaxemulator@11004 48 cp -a $install/usr/lib $fs/usr
slaxemulator@11004 49 cp -a $install/usr/share/locale/fr $fs/usr/share/locale
mimas@2030 50 }
mimas@2030 51