wok-current rev 2692
Fix: gstreamer BUILD_DEPENDS
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Wed Apr 22 11:02:23 2009 +0000 (2009-04-22) |
parents | a240c3b4e13d |
children | 136f99b05a5d |
files | gstreamer/receipt |
line diff
1.1 --- a/gstreamer/receipt Wed Apr 22 10:25:18 2009 +0000 1.2 +++ b/gstreamer/receipt Wed Apr 22 11:02:23 2009 +0000 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="GStreamer Multimedia Framework" 1.5 MAINTAINER="jozee@slitaz.org" 1.6 DEPENDS="libxml2" 1.7 -BUILD_DEPENDS="intltool pkg-config " 1.8 +BUILD_DEPENDS="intltool pkg-config bison flex glib-dev libxml2-dev python python-dev m4" 1.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.10 WEB_SITE="http://gstreamer.freedesktop.org/" 1.11 WGET_URL="$WEB_SITE/src/gstreamer/$TARBALL" 1.12 @@ -17,9 +17,8 @@ 1.13 cd $src 1.14 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ 1.15 --disable-docs-build && 1.16 - make 1.17 - make DESTDIR=$PWD/_pkg install 1.18 - mkdir -p $PWD/_pkg/usr/bin/ 1.19 + make && 1.20 + make DESTDIR=$PWD/_pkg install 1.21 } 1.22 1.23 # Rules to gen a SliTaz package suitable for Tazpkg.