wok rev 1475

Up psycopg2 (2.0.8)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 04 12:56:47 2008 +0000 (2008-10-04)
parents 7003fe5263a0
children 59a23b491383
files psycopg2/receipt
line diff
     1.1 --- a/psycopg2/receipt	Sat Oct 04 12:49:35 2008 +0000
     1.2 +++ b/psycopg2/receipt	Sat Oct 04 12:56:47 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