wok diff pygobject/receipt @ rev 10230

Up: pygobject to 2.28.4.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 21 00:22:42 2011 +0000 (2011-05-21)
parents 4870a1e508a5
children 068c389c7e86
line diff
     1.1 --- a/pygobject/receipt	Tue Apr 05 14:53:23 2011 +0000
     1.2 +++ b/pygobject/receipt	Sat May 21 00:22:42 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pygobject"
     1.7 -VERSION="2.28.3"
     1.8 +VERSION="2.28.4"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Python bindings for the GObject library"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -15,7 +15,8 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 -	./configure && make && make install
    1.17 +	./configure $CONFIGURE_ARGS && 
    1.18 +	make && make install
    1.19  }
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.