contrib/psycopg2/Pkgfile

15 lines
381 B
Plaintext
Raw Normal View History

2008-12-12 00:52:22 +01:00
# Description: Python bindings for PostgreSQL
2019-07-27 18:01:52 +02:00
# URL: http://initd.org/psycopg2/
# Maintainer: Matt Housh, jaeger at crux dot ninja
# Depends on: postgresql python-setuptools
2008-12-12 00:52:22 +01:00
name=psycopg2
2019-10-20 18:32:24 +02:00
version=2.8.4
2008-12-12 00:52:22 +01:00
release=1
source=(http://initd.org/${name%2}/tarballs/PSYCOPG-2-8/$name-$version.tar.gz)
2008-12-12 00:52:22 +01:00
build() {
cd $name-$version
python setup.py install --root=$PKG --prefix=/usr
2008-12-12 00:52:22 +01:00
}