[oe-commits] Tom Talpey : pyorbit 2.14.3: new recipe

GIT User account git at amethyst.openembedded.net
Sat Nov 8 09:15:18 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 14074e4e1314f4d1b304dcc23468a848a53424f1
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=14074e4e1314f4d1b304dcc23468a848a53424f1

Author: Tom Talpey <tmtalpey at rcn.com>
Date:   Sat Nov  8 10:11:14 2008 +0100

pyorbit 2.14.3: new recipe

---

 packages/gnome/pyorbit_2.14.3.bb |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/packages/gnome/pyorbit_2.14.3.bb b/packages/gnome/pyorbit_2.14.3.bb
new file mode 100644
index 0000000..8b9c1aa
--- /dev/null
+++ b/packages/gnome/pyorbit_2.14.3.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "Python Orbit bindings"
+LICENSE = "LGPL"
+
+PR = "r0"
+
+inherit gnome distutils-base pkgconfig
+
+do_configure() {
+	export HOST_SYS=${HOST_SYS}
+	export BUILD_SYS=${BUILD_SYS}
+	autotools_do_configure
+}
+
+do_stage() {
+	install -d ${STAGING_INCDIR}/pyorbit-2
+	install -m 0644 src/pyorbit.h ${STAGING_INCDIR}/pyorbit-2
+}





More information about the Openembedded-commits mailing list