]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/python/python-pysqlite2_2.0.2.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / python / python-pysqlite2_2.0.2.bb
1 DESCRIPTION = "A Python extension for the SQLite Embedded Relational Database"
2 SECTION = "devel/python"
3 PRIORITY = "optional"
4 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
5 LICENSE = "PSF"
6 RDEPENDS = "python-core python-re python-lang"
7 DEPENDS = "sqlite3"
8 SRCNAME = "pysqlite"
9 PR = "ml0"
10
11 SRC_URI = "http://initd.org/pub/software/pysqlite/releases/2.0/${PV}/${SRCNAME}-${PV}.tar.gz"
12 S = "${WORKDIR}/${SRCNAME}-${PV}"
13
14 inherit distutils