diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-08-19 11:37:30 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-08-19 11:37:30 +0000 |
commit | 6c6ccd4ae6c5c0347bef1f78ecb4699bf1b95350 (patch) | |
tree | 2c4e6478d66d3c6e3b6025774aca3d6084bda044 /packages/sip/sip3-native_4.0.1.bb | |
parent | 9feb3c3ffe516efe8205d0f6c99af3a22d5c8115 (diff) |
sip/python-sip/python-pyqt: revamp naming, start to work on a current PyQt that builds against Qt-X11 4.3.0
Diffstat (limited to 'packages/sip/sip3-native_4.0.1.bb')
-rw-r--r-- | packages/sip/sip3-native_4.0.1.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/sip/sip3-native_4.0.1.bb b/packages/sip/sip3-native_4.0.1.bb new file mode 100644 index 0000000000..e833a31871 --- /dev/null +++ b/packages/sip/sip3-native_4.0.1.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "SIP - A Python Wrapper Generator" +SECTION = "base" +PRIORITY = "optional" +LICENSE = "GPL" + +SRC_URI = "http://www.vanille.de/mirror/sip-${PV}.tar.gz" +S = "${WORKDIR}/sip-${PV}/sipgen" + +inherit qmake native + +EXTRA_QMAKEVARS_POST += "DESTDIR=${STAGING_BINDIR} CONFIG=console" + +do_configure_prepend() { + cat sipgen.sbf | sed s,target,TARGET, | sed s,sources,SOURCES, | sed s,headers,HEADERS, > sipgen.pro +} + |