fix SRC_URI in sip and libsip
authorMichael Lauer <mickey@vanille-media.de>
Sun, 11 Jan 2004 00:00:49 +0000 (00:00 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sun, 11 Jan 2004 00:00:49 +0000 (00:00 +0000)
BKrev: 40009231AHcjMTRYX_v2yOTLd34mkw

libsip/libsip_3.8.oe
sip/sip_3.8.oe

index 1481325..d6962bf 100644 (file)
@@ -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
index e69de29..d673d72 100644 (file)
@@ -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}"
+