contrib/psycopg2/Pkgfile

16 lines
399 B
Plaintext
Raw Normal View History

2008-12-12 00:52:22 +01:00
# Description: Python bindings for PostgreSQL
# URL: http://www.initd.org/
# Maintainer: Lucas Hazel, lucas at die dot net dot au
# Depends on: python postgresql
name=psycopg2
2009-12-12 00:51:49 +01:00
version=2.0.13
2008-12-12 00:52:22 +01:00
release=1
source=(http://www.initd.org/pub/software/psycopg/$name-$version.tar.gz)
build() {
cd $name-$version
python setup.py install --root=$PKG --prefix=/usr
find $PKG -name '*.egg-info' | xargs rm
}