21 lines
624 B
Bash
21 lines
624 B
Bash
# Template file for 'python-sqlite'
|
|
pkgname=python-sqlite
|
|
version=2.8.2
|
|
revision=1
|
|
wrksrc="pysqlite-${version}"
|
|
build_style=python-module
|
|
hostmakedepends="python-devel"
|
|
makedepends="sqlite-devel ${hostmakedepends}"
|
|
pycompile_module="pysqlite2"
|
|
short_desc="Python2 DB-API 2.0 interface for SQLite 3.x databases"
|
|
homepage="https://github.com/ghaering/pysqlite"
|
|
license="MIT"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
distfiles="${PYPI_SITE}/p/pysqlite/pysqlite-${version}.tar.gz"
|
|
checksum=613d139e97ce0561dee312e29f3be4751d01fd1a085aa448dd53a003810e0008
|
|
|
|
post_install() {
|
|
rm -r ${DESTDIR}/usr/pysqlite*
|
|
vlicense LICENSE
|
|
}
|