summaryrefslogtreecommitdiff
path: root/sip/sip_3.10.1.oe
blob: 2e8608f5fdcb77bc4cdfcbbe1afd2af7dc2b07ed (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 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}"