wok diff psycopg/receipt @ rev 1491

Update BUILD_DEPENDS for bogofilter ecore gimp graphviz hydra libgnomeprintui mesa mjpegtools poppler psycopg
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 05 12:58:12 2008 +0000 (2008-10-05)
parents f26c2960d00b
children 52dc4b48ed81
line diff
     1.1 --- a/psycopg/receipt	Wed Aug 13 16:41:05 2008 +0000
     1.2 +++ b/psycopg/receipt	Sun Oct 05 12:58:12 2008 +0000
     1.3 @@ -9,18 +9,18 @@
     1.4  WEB_SITE="http://initd.org/"
     1.5  WGET_URL="${WEB_SITE}pub/software/$PACKAGE/$TARBALL"
     1.6  DEPENDS="python egenix-mx-base"
     1.7 -BUILD_DEPENDS="python python-dev egenix-mx-base"
     1.8 +BUILD_DEPENDS="python python-dev egenix-mx-base postgresql-dev"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13  	cd $src
    1.14  	python=python$(python --version 2>&1 | awk '{ print substr($2,0,3) }')
    1.15 +	mkdir -p _pkg/usr/lib/$python/site-packages
    1.16  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.17  	--with-mxdatetime-includes=/usr/lib/$python/site-packages/mx/DateTime/mxDateTime \
    1.18 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.19 -	make
    1.20 -	mkdir -p _pkg/usr/lib/$python/site-packages
    1.21 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.22 +	make &&
    1.23  	install -m 555 ./psycopgmodule.so _pkg/usr/lib/$python/site-packages
    1.24  }
    1.25