summaryrefslogtreecommitdiff
path: root/sip/sip_3.10.1.oe
blob: 503315a5eec7be7dd38bf8cc3c275f628c446656 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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}"