# 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 }