diff options
Diffstat (limited to 'sip/sip_3.10.1.oe')
-rw-r--r-- | sip/sip_3.10.1.oe | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sip/sip_3.10.1.oe b/sip/sip_3.10.1.oe index e69de29bb2..32bc798993 100644 --- a/sip/sip_3.10.1.oe +++ b/sip/sip_3.10.1.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 python-native" + +SRC_URI := "http://www.vanille.de/mirror/sip-${PV}.tar.gz" +S := "${WORKDIR}/sip-${PV}/sipgen" + +inherit qmake + +QMAKE_PROFILES = "sipgen.pro.in" +EXTRA_QMAKEVARS_POST = "DESTDIR=${S}" + |