summaryrefslogtreecommitdiff
path: root/psycopg2/Pkgfile
blob: 839980723defdf715b0556d9619b6974e34e6b9b (plain)
    1 # Description: Python bindings for PostgreSQL
    2 # URL: http://www.initd.org/
    3 # Maintainer: Lucas Hazel, lucas at die dot net dot au
    4 # Depends on: python postgresql
    5 
    6 name=psycopg2
    7 version=2.0.8
    8 release=1
    9 source=(http://www.initd.org/pub/software/psycopg/$name-$version.tar.gz)
   10 
   11 build() {
   12 	cd $name-$version
   13 	python setup.py install --root=$PKG --prefix=/usr
   14 	find $PKG -name '*.egg-info' | xargs rm
   15 }

Generated by cgit