wok annotate gst-plugins-bad/receipt @ rev 11990

get-softmodem-driver: broken and superseded by linmodem-* packages, move to wok-undigest
author Dominique Corbex <domcox@slitaz.org>
date Sat Mar 03 20:27:38 2012 +0100 (2012-03-03)
parents 8e4c74abdf74
children 0e85689148a5
rev   line source
jozee@2674 1 # SliTaz package receipt.
jozee@2674 2
jozee@2674 3 PACKAGE="gst-plugins-bad"
slaxemulator@10118 4 VERSION="0.10.22"
jozee@2674 5 CATEGORY="multimedia"
jozee@2674 6 SHORT_DESC="GStreamer Bad Plugins"
jozee@2674 7 MAINTAINER="jozee@slitaz.org"
pankso@3425 8 DEPENDS="libxml2 gst-plugins-base bzlib flac libsdl libcomerr openssl libexif \
pascal@5029 9 libkrb5 libmodplug libsndfile expat neon libcomerr3 faac faad2 libmms jasper \
pascal@5029 10 mjpegtools"
pascal@11584 11 BUILD_DEPENDS="pkg-config glib-dev gst-plugins-base gst-plugins-base-dev \
pascal@11584 12 liboil-dev gstreamer-dev libxml2-dev libmodplug libcroco-dev"
slaxemulator@6757 13 TARBALL="$PACKAGE-$VERSION.tar.bz2"
jozee@2674 14 WEB_SITE="http://gstreamer.freedesktop.org/"
slaxemulator@6757 15 WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL"
jozee@2674 16
jozee@2674 17 # Rules to configure and make the package.
jozee@2674 18 compile_rules()
jozee@2674 19 {
jozee@2674 20 cd $src
slaxemulator@10118 21 ./configure --prefix=/usr --sysconfdir=/etc \
slaxemulator@10118 22 --localstatedir=/var --enable-experimental $CONFIGURE_ARGS &&
gokhlayeh@11574 23 make $MAKEFLAGS &&
slaxemulator@10118 24 make install
jozee@2674 25 }
jozee@2674 26
jozee@2674 27 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@2674 28 genpkg_rules()
jozee@2674 29 {
jozee@2674 30 mkdir -p $fs/usr/lib
jozee@2674 31 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
jozee@2674 32 cp -a $_pkg/usr/lib/gstreamer* $fs/usr/lib
jozee@2674 33 rm $fs/usr/lib/gstreamer*/*.*a
jozee@2674 34
jozee@2674 35 }