fix ipkg building by adding the proper FILES
authorMichael Lauer <mickey@vanille-media.de>
Wed, 14 Jan 2004 16:09:52 +0000 (16:09 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Wed, 14 Jan 2004 16:09:52 +0000 (16:09 +0000)
BKrev: 400569d0dU-cGt6qMmjwtho5HeMfdA

python/numeric_23.1.oe
python/pexpect_0.99.oe
python/pyserial_2.0.oe
python/pysqlite_0.5.0.oe
python/pyxml_0.8.3.oe
python/sgmlop_1.1.oe

index e69de29..7004906 100644 (file)
@@ -0,0 +1,13 @@
+DESCRIPTION="A sophisticated Numeric Processing Package for Python"
+SECTION="base"
+PRIORITY="optional"
+MAINTAINER="Michael Lauer <mickey@Vanille.de>"
+RDEPENDS="libc6 python-core"
+DEPENDS=virtual/libc python
+
+SRC_URI = ${SOURCEFORGE_MIRROR}/numpy/Numeric-${PV}.tar.gz
+S = ${WORKDIR}/Numeric-${PV}
+
+inherit distutils
+
+FILES_numeric_append = ${PYFILES}
index e69de29..5c8f27e 100644 (file)
@@ -0,0 +1,13 @@
+DESCRIPTION=A Pure Python Expect like Module for Python"
+SECTION="base"
+PRIORITY="optional"
+MAINTAINER="Michael Lauer <mickey@Vanille.de>"
+RDEPENDS=libc6 python-core python-io python-terminal python-resource python-fcntl
+DEPENDS=virtual/libc python
+
+SRC_URI = ${SOURCEFORGE_MIRROR}/${PN}/${P}.tgz
+
+inherit distutils
+
+FILES_pexpect_append = ${PYFILES}
+
index e69de29..68a7453 100644 (file)
@@ -0,0 +1,13 @@
+DESCRIPTION="Serial Port Support for Python"
+SECTION="base"
+PRIORITY="optional"
+MAINTAINER="Michael Lauer <mickey@Vanille.de>"
+RDEPENDS="libc6 python-core"
+DEPENDS=virtual/libc python
+
+SRC_URI = http://www.vanille.de/mirror/${P}.tar.bz2
+
+inherit distutils
+
+FILES_pyserial_append = ${PYFILES}
+
index e69de29..394cc2e 100644 (file)
@@ -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
+
index c940eef..1fc5509 100644 (file)
@@ -10,3 +10,19 @@ S = ${WORKDIR}/PyXML-${PV}
 
 inherit distutils
 
+FILES_pyxml_append =    ${PYFILES} ${libdir}/python2.3/site_packages/_xmlplus  \
+                       ${libdir}/python2.3/site_packages/_xmlplus              \
+                       ${libdir}/python2.3/site_packages/_xmlplus/dom          \
+                       ${libdir}/python2.3/site_packages/_xmlplus/dom/ext      \
+                       ${libdir}/python2.3/site_packages/_xmlplus/dom/html     \
+                       ${libdir}/python2.3/site_packages/_xmlplus/sax          \
+                       ${libdir}/python2.3/site_packages/_xmlplus/sax/drivers  \
+                       ${libdir}/python2.3/site_packages/_xmlplus/utils        \
+                       ${libdir}/python2.3/site_packages/_xmlplus/xpath        \
+                       ${libdir}/python2.3/site_packages/_xmlplus/marshal      \
+                       ${libdir}/python2.3/site_packages/_xmlplus/unicode      \
+                       ${libdir}/python2.3/site_packages/_xmlplus/schema       \
+                       ${libdir}/python2.3/site_packages/_xmlplus/parsers      \
+                       ${libdir}/python2.3/site_packages/_xmlplus/parsers/xmlproc
+
+
index e69de29..ca2aeba 100644 (file)
@@ -0,0 +1,13 @@
+DESCRIPTION="Pythonware Fast SGML Parser for Python"
+SECTION="base"
+PRIORITY="optional"
+MAINTAINER="Michael Lauer <mickey@Vanille.de>"
+RDEPENDS="libc6 python-core"
+DEPENDS=virtual/libc python
+
+SRC_URI = http://www.vanille.de/mirror/${P}.tar.bz2
+
+inherit distutils
+
+FILES_sgmlop_append = ${PYFILES}
+