wok diff pygobject/receipt @ rev 1466

netatalk: apply patch once
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 04 09:46:54 2008 +0000 (2008-10-04)
parents e6114fcaafb8
children 52dc4b48ed81
line diff
     1.1 --- a/pygobject/receipt	Thu Sep 25 08:02:56 2008 +0000
     1.2 +++ b/pygobject/receipt	Sat Oct 04 09:46:54 2008 +0000
     1.3 @@ -5,7 +5,8 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Python bindings for the GObject library"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS=""
     1.8 +DEPENDS="python"
     1.9 +BUILD_DEPENDS="python python-dev"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WEB_SITE="http://www.pygtk.org/docs/pygobject/index.html"
    1.12  WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.14/$TARBALL"
    1.13 @@ -15,8 +16,8 @@
    1.14  {
    1.15  	cd $src
    1.16  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.17 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.18 -	make
    1.19 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.20 +	make &&
    1.21  	make DESTDIR=$PWD/_pkg install
    1.22  }
    1.23