From aae6903d9cec3d3cfaf9ce9506a325cbdeed6a9a Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Mon, 20 Aug 2007 14:03:24 +0000 Subject: ode / python-pyode: move to nonworking, needs a lot of gcc4 fixes to compile again --- packages/nonworking/python/python-pyode_1.2.0.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 packages/nonworking/python/python-pyode_1.2.0.bb (limited to 'packages/nonworking/python/python-pyode_1.2.0.bb') 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 +} + -- cgit v1.2.3