wok diff pygtk/receipt @ rev 9514

busybox/httpd: allow multiple headers
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 06 17:03:44 2011 +0200 (2011-04-06)
parents 66d952425df7
children d7f32ea18552
line diff
     1.1 --- a/pygtk/receipt	Mon Oct 18 16:44:00 2010 +0000
     1.2 +++ b/pygtk/receipt	Wed Apr 06 17:03:44 2011 +0200
     1.3 @@ -1,33 +1,28 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pygtk"
     1.7 -VERSION="2.22.0"
     1.8 +VERSION="2.24.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="GTK+ for Python"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12  DEPENDS="python pycairo pygobject expat gtk+ libglade libxml2 xorg-libX11 \
    1.13  xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext \
    1.14  xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender \
    1.15 -xorg-libXdamage libffi "
    1.16 -BUILD_DEPENDS="pygobject-dev pycairo-dev libglade-dev python-dev xcb-util-dev expat-dev \
    1.17 -xorg-dev-proto"
    1.18 +xorg-libXdamage libffi"
    1.19  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.20  WEB_SITE="http://www.pygtk.org/"
    1.21 -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/pygtk/${VERSION%.*}/$TARBALL"
    1.22 -
    1.23 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.24  
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27  {
    1.28  	cd $src
    1.29  	#https://bugzilla.gnome.org/show_bug.cgi?id=623965
    1.30 -	patch -Np1 -i ../stuff/python27.patch
    1.31 -	./configure --prefix=/usr \
    1.32 -	 --infodir=/usr/share/info \
    1.33 -	 --disable-docs \
    1.34 -	 --mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.35 +	patch -Np1 -i $stuff/python27.patch
    1.36 +	./configure \
    1.37 +	 --disable-docs &&
    1.38  	make -j 4 &&
    1.39 -	make DESTDIR=$PWD/_pkg install
    1.40 +	make install
    1.41  }
    1.42  
    1.43  # Rules to gen a SliTaz package suitable for Tazpkg.