forked from ports/contrib
15 lines
363 B
Plaintext
15 lines
363 B
Plaintext
# Description: Python bindings for PostgreSQL
|
|
# URL: http://www.initd.org/
|
|
# Maintainer: Matt Housh, jaeger at crux dot ninja
|
|
# Depends on: python postgresql
|
|
|
|
name=psycopg2
|
|
version=2.7.4
|
|
release=1
|
|
source=(http://initd.org/psycopg/tarballs/PSYCOPG-2-7/$name-$version.tar.gz)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
python setup.py install --root=$PKG --prefix=/usr
|
|
}
|