wok diff pygobject/receipt @ rev 10950

get-virtualbox: only /opt/VirtualBox is supported now...
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 02 14:26:45 2011 +0200 (2011-09-02)
parents 4870a1e508a5
children 068c389c7e86
line diff
     1.1 --- a/pygobject/receipt	Tue Apr 05 14:53:23 2011 +0000
     1.2 +++ b/pygobject/receipt	Fri Sep 02 14:26:45 2011 +0200
     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.