aboutsummaryrefslogtreecommitdiffstats
path: root/sip/sip_3.10.1.oe
blob: db3600f07f276ec0cc21738cae01c1849a2eac29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "SIP - A Python Wrapper Generator"
SECTION = "devel"
PRIORITY = "optional"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
LICENSE = "GPL"
DEPENDS = "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}"