wok-4.x 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 | 1c5b23daee0f |
children | f2a3ca861fbd |
files | pygobject-dev/receipt pygobject/receipt |
line diff
1.1 --- a/pygobject-dev/receipt Sat May 21 00:21:02 2011 +0000 1.2 +++ b/pygobject-dev/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-dev" 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 dev files." 1.11 MAINTAINER="erjo@slitaz.org"
2.1 --- a/pygobject/receipt Sat May 21 00:21:02 2011 +0000 2.2 +++ b/pygobject/receipt Sat May 21 00:22:42 2011 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="pygobject" 2.7 -VERSION="2.28.3" 2.8 +VERSION="2.28.4" 2.9 CATEGORY="development" 2.10 SHORT_DESC="Python bindings for the GObject library" 2.11 MAINTAINER="erjo@slitaz.org" 2.12 @@ -15,7 +15,8 @@ 2.13 compile_rules() 2.14 { 2.15 cd $src 2.16 - ./configure && make && make install 2.17 + ./configure $CONFIGURE_ARGS && 2.18 + make && make install 2.19 } 2.20 2.21 # Rules to gen a SliTaz package suitable for Tazpkg.