diff options
Diffstat (limited to 'python/pysqlite_0.5.0.oe')
-rw-r--r-- | python/pysqlite_0.5.0.oe | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/python/pysqlite_0.5.0.oe b/python/pysqlite_0.5.0.oe index e69de29bb2..394cc2e6ea 100644 --- a/python/pysqlite_0.5.0.oe +++ b/python/pysqlite_0.5.0.oe @@ -0,0 +1,14 @@ +DESCRIPTION="A Python extension for the SQLite Embedded Relational Database" +SECTION="base" +PRIORITY="optional" +MAINTAINER="Michael Lauer <mickey@Vanille.de>" +RDEPENDS=libc6 python-core python-re python-lang sqlite +DEPENDS=virtual/libc python sqlite + +SRC_URI = ${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz +S = ${WORKDIR}/${PN} + +inherit distutils + +FILES_pysqlite_append = ${PYFILES} ${libdir}/python2.3/site-packages/sqlite + |