summaryrefslogtreecommitdiff
path: root/python/pysqlite_0.5.0.oe
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-01-14 16:09:52 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-01-14 16:09:52 +0000
commit8a48829a2aa9cc53bad7fed520bd777c54d9b8ae (patch)
tree63e0486e67dcaada01114fe34696832aa1ca5e61 /python/pysqlite_0.5.0.oe
parent8582bb813271ad648709748ac30fc2d669bcb43d (diff)
fix ipkg building by adding the proper FILES
BKrev: 400569d0dU-cGt6qMmjwtho5HeMfdA
Diffstat (limited to 'python/pysqlite_0.5.0.oe')
-rw-r--r--python/pysqlite_0.5.0.oe14
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
+