summaryrefslogtreecommitdiff
path: root/python/python-numeric_23.3.oe
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-08-12 08:17:21 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-08-12 08:17:21 +0000
commitc700b6a75cbe76e03aa8979fd5d36a0767427516 (patch)
tree2976e7ac75f04776aa40c4c76e5a9792ff50eb97 /python/python-numeric_23.3.oe
parent822814f1bcc3bf84574d5f7cf42eb26d35928814 (diff)
Merge bk://openembedded@openembedded.bkbits.net/packages
into gandalf.tm.informatik.uni-frankfurt.de:/usr/local/projects/packages 2004/08/12 10:13:57+02:00 uni-frankfurt.de!mickey maintainer cleanup BKrev: 411b2791_hL3lHrjvvyAJ6umLBVpdA
Diffstat (limited to 'python/python-numeric_23.3.oe')
-rw-r--r--python/python-numeric_23.3.oe15
1 files changed, 15 insertions, 0 deletions
diff --git a/python/python-numeric_23.3.oe b/python/python-numeric_23.3.oe
index e69de29bb2..7da74df69d 100644
--- a/python/python-numeric_23.3.oe
+++ b/python/python-numeric_23.3.oe
@@ -0,0 +1,15 @@
+DESCRIPTION = "A sophisticated Numeric Processing Package for Python"
+SECTION = "devel/python"
+PRIORITY = "optional"
+MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
+RDEPENDS = "python-core"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/Numeric-${PV}.tar.gz"
+S = "${WORKDIR}/Numeric-${PV}"
+
+inherit distutils
+
+do_stage() {
+ cp -a Include/Numeric ${STAGING_INCDIR}
+}
+