wok-4.x diff pygobject/receipt @ rev 10396
xine-lib: fix bdep, clean and remove ffmpeg from dep (we not link witj and make unwanted dep, xine ui is nice for live cd, keep it small)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue May 24 02:19:10 2011 +0200 (2011-05-24) |
parents | 4870a1e508a5 |
children | 068c389c7e86 |
line diff
1.1 --- a/pygobject/receipt Tue Apr 05 14:53:23 2011 +0000 1.2 +++ b/pygobject/receipt Tue May 24 02:19:10 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.