wok rev 2695

Fix: gst-plugins-bad BUILD_DEPENDS
author Rohit Joshi <jozee@slitaz.org>
date Wed Apr 22 11:28:17 2009 +0000 (2009-04-22)
parents c16d0d2a2591
children 931d18e7b809
files gst-plugins-bad/receipt
line diff
     1.1 --- a/gst-plugins-bad/receipt	Wed Apr 22 11:11:27 2009 +0000
     1.2 +++ b/gst-plugins-bad/receipt	Wed Apr 22 11:28:17 2009 +0000
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="GStreamer Bad Plugins"
     1.5  MAINTAINER="jozee@slitaz.org"
     1.6  DEPENDS="libxml2 gst-plugins-base"
     1.7 -BUILD_DEPENDS="pkg-config gst-plugins-base gst-plugins-base-dev"
     1.8 +BUILD_DEPENDS="pkg-config glib-dev gst-plugins-base gst-plugins-base-dev liboil-dev gstreamer-dev libxml2-dev"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://gstreamer.freedesktop.org/" 
    1.11  WGET_URL="$WEB_SITE/src/gst-plugins-bad/$TARBALL"
    1.12 @@ -17,15 +17,13 @@
    1.13  	cd $src
    1.14  	./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-experimental &&
    1.15  	make &&
    1.16 -	make DESTDIR=$PWD/_pkg install
    1.17 -	mkdir -p $PWD/_pkg/usr/bin/	
    1.18 +	make DESTDIR=$PWD/_pkg install	
    1.19  }
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24  	mkdir -p $fs/usr/lib
    1.25 -	cp -a $_pkg/usr/bin $fs/usr
    1.26  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.27  	cp -a $_pkg/usr/lib/gstreamer* $fs/usr/lib
    1.28  	rm $fs/usr/lib/gstreamer*/*.*a