wok diff gst-plugins-base/receipt @ rev 10374

rox-filer: fix stuff parh
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 23 12:27:42 2011 +0200 (2011-05-23)
parents 065dd5076f8a
children 36bd6d3d2b60
line diff
     1.1 --- a/gst-plugins-base/receipt	Fri Jan 21 19:48:28 2011 +0000
     1.2 +++ b/gst-plugins-base/receipt	Mon May 23 12:27:42 2011 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gst-plugins-base"
     1.7 -VERSION="0.10.32"
     1.8 +VERSION="0.10.34"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="GStreamer Base Plugins"
    1.11  MAINTAINER="jozee@slitaz.org"
    1.12 @@ -18,11 +18,10 @@
    1.13  {
    1.14  	cd $src
    1.15  	./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
    1.16 -	--enable-experimental &&
    1.17 +	--enable-experimental $CONFIGURE_ARGS &&
    1.18  	make -j 4 &&
    1.19  	sed -e 's/^SUBDIRS_EXT =.*/SUBDIRS_EXT =/' -i Makefile &&
    1.20 -	make DESTDIR=$PWD/_pkg install
    1.21 -	mkdir -p $PWD/_pkg/usr/bin/	
    1.22 +	make install	
    1.23  }
    1.24  
    1.25  # Rules to gen a SliTaz package suitable for Tazpkg.