diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-07-08 13:39:54 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-07-08 13:39:54 +0000 |
commit | 04e7918253b3529f6a27eca15bab01b2cd01c998 (patch) | |
tree | 242db75a2b3947d2d8a248b79a675b0f6767cdf6 /packages/python/python-pyrex-native_0.9.8.4.bb | |
parent | b1a30ab11ddf21a93e41a404e95c84cd1503f0e4 (diff) |
python-{pyrex|cython}[-native] 0.9.x update to 0.9.8
Diffstat (limited to 'packages/python/python-pyrex-native_0.9.8.4.bb')
-rw-r--r-- | packages/python/python-pyrex-native_0.9.8.4.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/python/python-pyrex-native_0.9.8.4.bb b/packages/python/python-pyrex-native_0.9.8.4.bb new file mode 100644 index 0000000000..d7ec81fd8e --- /dev/null +++ b/packages/python/python-pyrex-native_0.9.8.4.bb @@ -0,0 +1,9 @@ +require python-pyrex_${PV}.bb +inherit native +DEPENDS = "python-native" +RDEPENDS = "" + +do_stage() { + BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \ + ${STAGING_BINDIR}/python setup.py install --prefix=${STAGING_BINDIR}/.. --install-data=${STAGING_DATADIR} +} |