[oe-commits] Michael 'Mickey' Lauer : sip-native: add version 4.7.8

GIT User account git at amethyst.openembedded.net
Mon Nov 17 22:18:37 UTC 2008


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

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Mon Nov 17 20:43:26 2008 +0100

sip-native: add version 4.7.8

---

 packages/sip/sip-native_4.7.8.bb |   30 ++++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/packages/sip/sip-native_4.7.8.bb b/packages/sip/sip-native_4.7.8.bb
new file mode 100644
index 0000000..eace443
--- /dev/null
+++ b/packages/sip/sip-native_4.7.8.bb
@@ -0,0 +1,30 @@
+DESCRIPTION = "SIP is a C++/Python Wrapper Generator"
+SECTION = "devel"
+HOMEPAGE = "http://www.riverbankcomputing.co.uk/sip"
+AUTHOR = "Phil Thompson"
+PRIORITY = "optional"
+LICENSE = "GPL"
+PR = "ml0"
+
+SRC_URI = "http://www.riverbankcomputing.co.uk/static/Downloads/sip4/sip-${PV}.tar.gz"
+S = "${WORKDIR}/sip-${PV}/sipgen"
+
+inherit qt4x11 native
+
+export BUILD_SYS
+export HOST_SYS
+export STAGING_LIBDIR
+export STAGING_INCDIR
+
+EXTRA_QMAKEVARS_POST += "DESTDIR=${S} CONFIG=console"
+
+do_configure_prepend() {
+	cat sipgen.sbf | sed s,target,TARGET, | sed s,sources,SOURCES, | sed s,headers,HEADERS, > sipgen.pro
+}
+
+do_stage() {
+	install -m 0755 sip ${STAGING_BINDIR_NATIVE}/sip
+	cd ${WORKDIR}/sip-${PV} && python configure.py
+	install -d ${STAGING_PYDIR}/site-packages
+	install -m 0755 sip*.py ${STAGING_PYDIR}/site-packages
+}





More information about the Openembedded-commits mailing list