wok-next diff psycopg/receipt @ rev 1676
Add webalizer
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Nov 08 13:59:35 2008 +0000 (2008-11-08) |
parents | 4c400bd09135 |
children | 5206f65a4f05 |
line diff
1.1 --- a/psycopg/receipt Sun Oct 05 12:58:12 2008 +0000 1.2 +++ b/psycopg/receipt Sat Nov 08 13:59:35 2008 +0000 1.3 @@ -9,7 +9,7 @@ 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 postgresql-dev" 1.8 +BUILD_DEPENDS="python python-dev egenix-mx-base postgresql-dev libpostgresqlclient" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 @@ -19,6 +19,7 @@ 1.13 mkdir -p _pkg/usr/lib/$python/site-packages 1.14 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.15 --with-mxdatetime-includes=/usr/lib/$python/site-packages/mx/DateTime/mxDateTime \ 1.16 + --with-postgres-libraries=/usr/lib/postgresql \ 1.17 --mandir=/usr/share/man $CONFIGURE_ARGS && 1.18 make && 1.19 install -m 555 ./psycopgmodule.so _pkg/usr/lib/$python/site-packages