wok diff psycopg2/receipt @ rev 1831

encfs: fix BUILD_DEPENDS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 09 20:39:44 2008 +0000 (2008-12-09)
parents a2dea3d43cb3
children 2a2e3384a8ce
line diff
     1.1 --- a/psycopg2/receipt	Fri Aug 15 13:35:08 2008 +0200
     1.2 +++ b/psycopg2/receipt	Tue Dec 09 20:39:44 2008 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="psycopg2"
     1.7 -VERSION="2.0.7"
     1.8 +VERSION="2.0.8"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="PostgreSQL database adapter for the Python."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -9,13 +9,13 @@
    1.13  WEB_SITE="http://initd.org/"
    1.14  WGET_URL="${WEB_SITE}pub/software/psycopg/$TARBALL"
    1.15  DEPENDS="python"
    1.16 -BUILD_DEPENDS="python"
    1.17 +BUILD_DEPENDS="python postgresql-dev"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22  	cd $src
    1.23 -	python setup.py build
    1.24 +	python setup.py build &&
    1.25  	python setup.py install --root=$PWD/_pkg
    1.26  }
    1.27