wok annotate audacious-plugins/receipt @ rev 19275

Check manpages... from start to beaver.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jul 05 15:34:01 2016 +0300 (2016-07-05)
parents 7e93c29fcf13
children a78610b2eb47
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@18433 19 libxml2-dev gtk+3-dev mesa-dev"
erjo@9911 20
mimas@2030 21 # Rules to configure and make the package.
mimas@2030 22 compile_rules()
mimas@2030 23 {
jozee@3487 24 sed -i "s/touch -t 0001010000 /touch /g" configure
erjo@9911 25 #XML_CFLAGS=-I/usr/include/libxml2
mimas@2030 26 ./configure \
mimas@2030 27 --prefix=/usr \
mimas@2030 28 --infodir=/usr/share/info \
mimas@2030 29 --mandir=/usr/share/man \
mimas@2030 30 --disable-sse2 \
jozee@3487 31 --enable-chardet \
jozee@3487 32 --disable-esd --disable-pulse --disable-icecast \
jozee@3487 33 --disable-jack --disable-timidity --disable-evdevplug \
jozee@3487 34 --disable-rocklight --disable-lirc \
jozee@3487 35 --disable-bluetooth --disable-paranormal \
jozee@3487 36 --disable-projectm --disable-projectm-1.0 \
jozee@4512 37 --disable-ffaudio --disable-mtp_up \
pascal@2491 38 $CONFIGURE_ARGS &&
pascal@2491 39 make &&
erjo@9911 40 make DESTDIR=$DESTDIR install
mimas@2030 41 }
mimas@2030 42
mimas@2030 43 # Rules to gen a SliTaz package suitable for Tazpkg.
mimas@2030 44 genpkg_rules()
mimas@2030 45 {
mimas@2030 46 mkdir -p $fs/usr/share/locale
slaxemulator@11004 47 cp -a $install/usr/lib $fs/usr
slaxemulator@11004 48 cp -a $install/usr/share/locale/fr $fs/usr/share/locale
mimas@2030 49 }