wok diff pygtk/receipt @ rev 1647

pygtk: update depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 08 13:34:41 2008 +0000 (2008-11-08)
parents 9d977ed81a8c
children 5c120309434e
line diff
     1.1 --- a/pygtk/receipt	Wed Aug 13 16:07:55 2008 +0000
     1.2 +++ b/pygtk/receipt	Sat Nov 08 13:34:41 2008 +0000
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="GTK+ for Python"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="python"
     1.8 +DEPENDS="python pycairo pygobject"
     1.9  BUILD_DEPENDS="pygobject-dev pycairo-dev libglade-dev"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WEB_SITE="http://www.pygtk.org/"
    1.12 @@ -18,8 +18,8 @@
    1.13  	./configure --prefix=/usr \
    1.14  	 --infodir=/usr/share/info \
    1.15  	 --disable-docs \
    1.16 -	 --mandir=/usr/share/man $CONFIGURE_ARGS
    1.17 -	make
    1.18 +	 --mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.19 +	make &&
    1.20  	make DESTDIR=$PWD/_pkg install
    1.21  }
    1.22