wok-4.x rev 10122

merge
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 20 22:15:25 2011 +0200 (2011-05-20)
parents 8419c958c48c c257a8281d43
children 7cd6fe509e75
files
line diff
     1.1 --- a/gst-plugins-ugly-dev/receipt	Fri May 20 22:13:40 2011 +0200
     1.2 +++ b/gst-plugins-ugly-dev/receipt	Fri May 20 22:15:25 2011 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gst-plugins-ugly-dev"
     1.7 -VERSION="0.10.17"
     1.8 +VERSION="0.10.18"
     1.9  SERIES="0.10"
    1.10  CATEGORY="development"
    1.11  SHORT_DESC="gst-plugins-ugly devel files"
     2.1 --- a/gst-plugins-ugly/receipt	Fri May 20 22:13:40 2011 +0200
     2.2 +++ b/gst-plugins-ugly/receipt	Fri May 20 22:15:25 2011 +0200
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="gst-plugins-ugly"
     2.7 -VERSION="0.10.17"
     2.8 +VERSION="0.10.18"
     2.9  CATEGORY="multimedia"
    2.10  SHORT_DESC="GStreamer Ugly Plugins"
    2.11  MAINTAINER="jozee@slitaz.org"
    2.12 @@ -16,9 +16,10 @@
    2.13  compile_rules()
    2.14  {
    2.15  	cd $src
    2.16 -	./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var &&
    2.17 +	./configure --prefix=/usr --sysconfdir=/etc \
    2.18 +	--localstatedir=/var $CONFIGUGE_ARGS &&
    2.19  	make -j 4 &&
    2.20 -	make DESTDIR=$PWD/_pkg install	
    2.21 +	make install	
    2.22  }
    2.23  
    2.24  # Rules to gen a SliTaz package suitable for Tazpkg.