wok-next rev 9490
Up: pygobject to 2.28.3.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Apr 05 14:53:23 2011 +0000 (2011-04-05) |
parents | 054541cbfad4 |
children | 8dd4d8f85434 |
files | pygobject-dev/receipt pygobject/receipt |
line diff
1.1 --- a/pygobject-dev/receipt Tue Apr 05 14:40:16 2011 +0000 1.2 +++ b/pygobject-dev/receipt Tue Apr 05 14:53:23 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pygobject-dev" 1.7 -VERSION="2.26.0" 1.8 +VERSION="2.28.3" 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 Tue Apr 05 14:40:16 2011 +0000 2.2 +++ b/pygobject/receipt Tue Apr 05 14:53:23 2011 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="pygobject" 2.7 -VERSION="2.26.0" 2.8 +VERSION="2.28.3" 2.9 CATEGORY="development" 2.10 SHORT_DESC="Python bindings for the GObject library" 2.11 MAINTAINER="erjo@slitaz.org" 2.12 @@ -9,16 +9,13 @@ 2.13 BUILD_DEPENDS="python python-dev pkg-config glib-dev libgio-dev pycairo-dev cairo-dev libffi-dev gobject-introspection-dev" 2.14 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.15 WEB_SITE="http://www.pygtk.org/docs/pygobject/index.html" 2.16 -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/pygobject/${VERSION%.*}/$TARBALL" 2.17 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 2.18 2.19 # Rules to configure and make the package. 2.20 compile_rules() 2.21 { 2.22 cd $src 2.23 - ./configure --prefix=/usr --infodir=/usr/share/info \ 2.24 - --mandir=/usr/share/man $CONFIGURE_ARGS && 2.25 - make && 2.26 - make DESTDIR=$PWD/_pkg install 2.27 + ./configure && make && make install 2.28 } 2.29 2.30 # Rules to gen a SliTaz package suitable for Tazpkg.