2010-11-27 22:13:46 +00:00
|
|
|
# Template file for 'pysqlite'
|
|
|
|
pkgname=pysqlite
|
|
|
|
version=2.6.0
|
2011-11-14 17:12:47 +00:00
|
|
|
revision=2
|
2010-11-27 22:13:46 +00:00
|
|
|
distfiles="http://pysqlite.googlecode.com/files/${pkgname}-${version}.tar.gz"
|
|
|
|
build_style=python-module
|
|
|
|
short_desc="DB-API 2.0 interface for SQLite databases"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
checksum=555834d7def68a7fddf3c89eb7d66980b8a0d5dc9327705f5c752e78b4e35879
|
|
|
|
long_desc="
|
|
|
|
A SQLite binding for Python that complies to the Database API 2.0."
|
|
|
|
|
2011-10-05 14:42:03 +00:00
|
|
|
pycompile_module="pysqlite2"
|
|
|
|
|
2010-11-27 22:13:46 +00:00
|
|
|
Add_dependency build sqlite-devel
|
2011-07-02 23:49:22 +00:00
|
|
|
Add_dependency build python-devel
|
2010-11-27 22:13:46 +00:00
|
|
|
|
|
|
|
post_install()
|
|
|
|
{
|
|
|
|
rm -r ${DESTDIR}/usr/pysqlite*
|
|
|
|
}
|