summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libsip/libsip_3.8.oe2
-rw-r--r--sip/sip_3.8.oe15
2 files changed, 16 insertions, 1 deletions
diff --git a/libsip/libsip_3.8.oe b/libsip/libsip_3.8.oe
index 1481325d37..d6962bf4f8 100644
--- a/libsip/libsip_3.8.oe
+++ b/libsip/libsip_3.8.oe
@@ -5,7 +5,7 @@ MAINTAINER="Michael Lauer <mickey@Vanille.de>"
LICENSE="GPL"
DEPENDS="virtual/libc virtual/libqte2 python"
-SRC_URI := "http://opie.net.wox.org/python/dependencies/sip-x11-gpl-${PV}.tar.gz"
+SRC_URI := "http://www.vanille.de/mirror/sip-x11-gpl-${PV}.tar.gz"
S := "${WORKDIR}/sip-x11-gpl-${PV}/siplib"
inherit qmake
diff --git a/sip/sip_3.8.oe b/sip/sip_3.8.oe
index e69de29bb2..d673d725eb 100644
--- a/sip/sip_3.8.oe
+++ b/sip/sip_3.8.oe
@@ -0,0 +1,15 @@
+DESCRIPTION="SIP - A Python Wrapper Generator"
+SECTION="base"
+PRIORITY="optional"
+MAINTAINER="Michael Lauer <mickey@Vanille.de>"
+LICENSE="GPL"
+DEPENDS=virtual/libc
+
+SRC_URI := "http://www.vanille.de/mirror/sip-x11-gpl-${PV}.tar.gz"
+S := "${WORKDIR}/sip-x11-gpl-${PV}/sipgen"
+
+inherit qmake
+
+QMAKE_PROFILES = "sipgen.pro.in"
+EXTRA_QMAKEVARS_POST = "DESTDIR=${STAGING_BINDIR}"
+