summaryrefslogtreecommitdiff
path: root/python/pysqlite_0.5.0.oe
blob: 394cc2e6ea98bb9e9742cda0ea4099392079ad67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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