wok view gst-plugins-ugly/receipt @ rev 12782

Up gogglesmm (0.12.6)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 15 10:39:16 2012 +0200 (2012-05-15)
parents c257a8281d43
children af2925c7b346
line source
1 # SliTaz package receipt.
3 PACKAGE="gst-plugins-ugly"
4 VERSION="0.10.18"
5 CATEGORY="multimedia"
6 SHORT_DESC="GStreamer Ugly Plugins"
7 MAINTAINER="jozee@slitaz.org"
8 DEPENDS="libxml2 gst-plugins-base glib lame libcdio libdvdread libid3tag \
9 libmad libmpeg2"
10 BUILD_DEPENDS="pkg-config gst-plugins-base gst-plugins-base-dev liboil-dev gstreamer-dev libxml2-dev glib-dev libcdio"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WEB_SITE="http://gstreamer.freedesktop.org/"
13 WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure --prefix=/usr --sysconfdir=/etc \
20 --localstatedir=/var $CONFIGURE_ARGS &&
21 make $MAKEFLAGS &&
22 make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/lib
29 cp -a $_pkg/usr/lib/gstreamer* $fs/usr/lib
30 rm $fs/usr/lib/gstreamer*/*.*a
32 }