wok view gst-plugins-bad/receipt @ rev 11861

up weechat 0.3.7
author Samuel Trassare <samuel_trassare@yahoo.com>
date Mon Feb 27 11:00:09 2012 -0800 (2012-02-27)
parents 8e4c74abdf74
children 0e85689148a5
line source
1 # SliTaz package receipt.
3 PACKAGE="gst-plugins-bad"
4 VERSION="0.10.22"
5 CATEGORY="multimedia"
6 SHORT_DESC="GStreamer Bad Plugins"
7 MAINTAINER="jozee@slitaz.org"
8 DEPENDS="libxml2 gst-plugins-base bzlib flac libsdl libcomerr openssl libexif \
9 libkrb5 libmodplug libsndfile expat neon libcomerr3 faac faad2 libmms jasper \
10 mjpegtools"
11 BUILD_DEPENDS="pkg-config glib-dev gst-plugins-base gst-plugins-base-dev \
12 liboil-dev gstreamer-dev libxml2-dev libmodplug libcroco-dev"
13 TARBALL="$PACKAGE-$VERSION.tar.bz2"
14 WEB_SITE="http://gstreamer.freedesktop.org/"
15 WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 ./configure --prefix=/usr --sysconfdir=/etc \
22 --localstatedir=/var --enable-experimental $CONFIGURE_ARGS &&
23 make $MAKEFLAGS &&
24 make install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr/lib
31 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
32 cp -a $_pkg/usr/lib/gstreamer* $fs/usr/lib
33 rm $fs/usr/lib/gstreamer*/*.*a
35 }