contrib/psycopg2/Pkgfile
2018-05-07 22:19:27 +10:00

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
}