git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8fc3e9
)
pyorbit 2.14.3: new recipe
author
Tom Talpey
<tmtalpey@rcn.com>
Sat, 8 Nov 2008 09:11:14 +0000
(10:11 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Sat, 8 Nov 2008 09:11:14 +0000
(10:11 +0100)
packages/gnome/pyorbit_2.14.3.bb
[new file with mode: 0644]
patch
|
blob
diff --git a/packages/gnome/pyorbit_2.14.3.bb
b/packages/gnome/pyorbit_2.14.3.bb
new file mode 100644
(file)
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
+}