diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-08-21 15:44:29 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-08-21 15:44:29 +0000 |
commit | 1a29e9f0e4f2b31e0c668b7a4daa6ca436119a10 (patch) | |
tree | 2ac29c58a1d67ac30fe3aa3786f14d62d177d9ed /packages/python/python-numpy_1.1.1.bb | |
parent | dd5d2d7643d4dab3b88d2fdf85df726c37af0982 (diff) | |
parent | e295c6669417f74e0127fcce8a80627a1c042ef3 (diff) |
merge of '7ba62c1bc5f5f44c638e1e5f4805429a188ca3a6'
and 'a211067fbce0623d7710d98f40f12ce3a2247ecf'
Diffstat (limited to 'packages/python/python-numpy_1.1.1.bb')
-rw-r--r-- | packages/python/python-numpy_1.1.1.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/python/python-numpy_1.1.1.bb b/packages/python/python-numpy_1.1.1.bb new file mode 100644 index 0000000000..d688c93beb --- /dev/null +++ b/packages/python/python-numpy_1.1.1.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "A sophisticated Numeric Processing Package for Python" +SECTION = "devel/python" +PRIORITY = "optional" +LICENSE = "PSF" +PR = "ml0" + +SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/numpy-${PV}.tar.gz \ + " +S = "${WORKDIR}/numpy-${PV}" + +inherit distutils + +do_stage() { + cp -pPR Include/Num* ${STAGING_INCDIR} +} + |