summaryrefslogtreecommitdiff
path: root/sip
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-01-11 00:00:49 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-01-11 00:00:49 +0000
commit0e6386874d8ff2a5dd4ed569382d23c3470f09fa (patch)
tree8cdf3dffcea798d4f44833ad53b95294e292764e /sip
parent3a491ff2be4f59091e0a9d9cc2eb4abf8e889c6a (diff)
fix SRC_URI in sip and libsip
BKrev: 40009231AHcjMTRYX_v2yOTLd34mkw
Diffstat (limited to 'sip')
-rw-r--r--sip/sip_3.8.oe15
1 files changed, 15 insertions, 0 deletions
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}"
+