summaryrefslogtreecommitdiff
path: root/sip
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-08-12 08:17:21 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-08-12 08:17:21 +0000
commitc700b6a75cbe76e03aa8979fd5d36a0767427516 (patch)
tree2976e7ac75f04776aa40c4c76e5a9792ff50eb97 /sip
parent822814f1bcc3bf84574d5f7cf42eb26d35928814 (diff)
Merge bk://openembedded@openembedded.bkbits.net/packages
into gandalf.tm.informatik.uni-frankfurt.de:/usr/local/projects/packages 2004/08/12 10:13:57+02:00 uni-frankfurt.de!mickey maintainer cleanup BKrev: 411b2791_hL3lHrjvvyAJ6umLBVpdA
Diffstat (limited to 'sip')
-rw-r--r--sip/sip-native_3.10.1.oe2
-rw-r--r--sip/sip4-native_4.0.1.oe17
-rw-r--r--sip/sip_3.10.1.oe2
3 files changed, 19 insertions, 2 deletions
diff --git a/sip/sip-native_3.10.1.oe b/sip/sip-native_3.10.1.oe
index 62d63a9622..b5db3c6b56 100644
--- a/sip/sip-native_3.10.1.oe
+++ b/sip/sip-native_3.10.1.oe
@@ -1,7 +1,7 @@
DESCRIPTION = "SIP - A Python Wrapper Generator"
SECTION = "base"
PRIORITY = "optional"
-MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
+MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
LICENSE = "GPL"
SRC_URI = "http://www.vanille.de/mirror/sip-${PV}.tar.gz"
diff --git a/sip/sip4-native_4.0.1.oe b/sip/sip4-native_4.0.1.oe
index e69de29bb2..7963c2fa23 100644
--- a/sip/sip4-native_4.0.1.oe
+++ b/sip/sip4-native_4.0.1.oe
@@ -0,0 +1,17 @@
+DESCRIPTION = "SIP - A Python Wrapper Generator"
+SECTION = "base"
+PRIORITY = "optional"
+MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
+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
+}
+
diff --git a/sip/sip_3.10.1.oe b/sip/sip_3.10.1.oe
index 2e8608f5fd..db3600f07f 100644
--- a/sip/sip_3.10.1.oe
+++ b/sip/sip_3.10.1.oe
@@ -1,7 +1,7 @@
DESCRIPTION = "SIP - A Python Wrapper Generator"
SECTION = "devel"
PRIORITY = "optional"
-MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
+MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
LICENSE = "GPL"
DEPENDS = "python-native"