summaryrefslogtreecommitdiff
path: root/sip/sip_3.8.oe
diff options
context:
space:
mode:
Diffstat (limited to 'sip/sip_3.8.oe')
-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}"
+