#Maintainer: George Vlahavas pkgname=pysqlite pkgver=2.5.5 pkgrel=1gv arch=x86_64 source=(http://oss.itsystementwicklung.de/download/pysqlite/2.5/2.5.5/pysqlite-2.5.5.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 }