#Maintainer: George Vlahavas pkgname=pysqlite pkgver=2.6.3 pkgrel=2gv source=("http://pysqlite.googlecode.com/files/pysqlite-$pkgver.tar.gz") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "license" "install-source.txt") url=http://oss.itsystementwicklung.de/trac/pysqlite/wiki/WikiStart slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "pysqlite (a python interface for sqlite)" "pysqlite is a Python DB-API 2.0 interface for the SQLite embedded" "relational database engine." ) build() { cd $startdir/src/$pkgname-$pkgver python setup.py build python setup.py install --root=$startdir/pkg rm -rf $startdir/pkg/usr/doc/pysqlite2-doc }