# SliTaz package receipt. PACKAGE="gst-plugins-bad" VERSION="0.10.22" CATEGORY="multimedia" SHORT_DESC="GStreamer Bad Plugins" MAINTAINER="jozee@slitaz.org" DEPENDS="libxml2 gst-plugins-base bzlib flac libsdl libcomerr openssl libexif \ libkrb5 libmodplug libsndfile expat neon libcomerr3 faac faad2 libmms jasper \ mjpegtools" BUILD_DEPENDS="pkg-config glib-dev gst-plugins-base gst-plugins-base-dev \ liboil-dev gstreamer-dev libxml2-dev libmodplug libcroco-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://gstreamer.freedesktop.org/" WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src ./configure --prefix=/usr --sysconfdir=/etc \ --localstatedir=/var --enable-experimental $CONFIGURE_ARGS && make $MAKEFLAGS && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib cp -a $_pkg/usr/lib/*.so* $fs/usr/lib cp -a $_pkg/usr/lib/gstreamer* $fs/usr/lib rm $fs/usr/lib/gstreamer*/*.*a }