aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/sip/sip3-native_3.10.1
blob: 3702799319c219dd91009bee4b1eac235962de6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION = "SIP - A Python Wrapper Generator"
SECTION = "base"
PRIORITY = "optional"
LICENSE = "GPL"

SRC_URI = "http://www.vanille.de/mirror/sip-${PV}.tar.gz"
S = "${WORKDIR}/sip-${PV}/sipgen"

inherit qmake native

QMAKE_PROFILES = "sipgen.pro.in"
EXTRA_QMAKEVARS_POST += "DESTDIR=${STAGING_BINDIR}"