diff options
| author | Michael Lauer <mickey@vanille-media.de> | 2007-08-20 14:22:33 +0000 |
|---|---|---|
| committer | Michael Lauer <mickey@vanille-media.de> | 2007-08-20 14:22:33 +0000 |
| commit | 29df4969217a8faef58eabdca8b8cf215eb4ae1a (patch) | |
| tree | c3c99b016c1cb7fdb50014ef5ef42a2f841245e4 /packages/nonworking/python/python-pyode_1.2.0.bb | |
| parent | f64e6f6de73bce19dfcd982892a2e138e09514fc (diff) | |
| parent | 82e513bd251890b72e83dd95be772f15462ad9ea (diff) | |
merge of 'dd31500500238107a50637418ba3f63cb4b36a7d'
and 'fd51b44f85d35014e5287bedc536e9abcbf56cad'
Diffstat (limited to 'packages/nonworking/python/python-pyode_1.2.0.bb')
| -rw-r--r-- | packages/nonworking/python/python-pyode_1.2.0.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/nonworking/python/python-pyode_1.2.0.bb b/packages/nonworking/python/python-pyode_1.2.0.bb new file mode 100644 index 0000000000..95dc0228e3 --- /dev/null +++ b/packages/nonworking/python/python-pyode_1.2.0.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "PyODE is a set of open-source Python bindings for The Open Dynamics Engine, \ +an open-source physics engine. PyODE also includes an XODE parser." +SECTION = "devel/python" +PRIORITY = "optional" +LICENSE = "LGPL" +DEPENDS = "ode" +SRCNAME = "PyODE" + +SRC_URI = "${SOURCEFORGE_MIRROR}/pyode/${SRCNAME}-${PV}.tar.bz2" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils + +do_configure_prepend() { + ln -s ${STAGING_LIBDIR}/.. ../ode +} + |
