Added pysqlite-2.6.0 build template.
This commit is contained in:
parent
4319463921
commit
67be94b50e
1 changed files with 20 additions and 0 deletions
20
srcpkgs/pysqlite/template
Normal file
20
srcpkgs/pysqlite/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'pysqlite'
|
||||
pkgname=pysqlite
|
||||
version=2.6.0
|
||||
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."
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run sqlite
|
||||
Add_dependency full python
|
||||
Add_dependency build sqlite-devel
|
||||
|
||||
post_install()
|
||||
{
|
||||
rm -r ${DESTDIR}/usr/pysqlite*
|
||||
}
|
Loading…
Reference in a new issue