wok-next diff pygobject/receipt @ rev 10197
Up: gnome-doc-utils to 0.20.6.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 20 23:02:03 2011 +0000 (2011-05-20) |
parents | a1a90bd36fc1 |
children | 3acde357cf8c |
line diff
1.1 --- a/pygobject/receipt Mon Oct 18 16:18:46 2010 +0000 1.2 +++ b/pygobject/receipt Fri May 20 23:02:03 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pygobject" 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" 1.11 MAINTAINER="erjo@slitaz.org" 1.12 @@ -9,16 +9,13 @@ 1.13 BUILD_DEPENDS="python python-dev pkg-config glib-dev libgio-dev pycairo-dev cairo-dev libffi-dev gobject-introspection-dev" 1.14 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.15 WEB_SITE="http://www.pygtk.org/docs/pygobject/index.html" 1.16 -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/pygobject/${VERSION%.*}/$TARBALL" 1.17 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 { 1.22 cd $src 1.23 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.24 - --mandir=/usr/share/man $CONFIGURE_ARGS && 1.25 - make && 1.26 - make DESTDIR=$PWD/_pkg install 1.27 + ./configure && make && make install 1.28 } 1.29 1.30 # Rules to gen a SliTaz package suitable for Tazpkg.