aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pyside/generatorrunner-native_0.6.9.bb
blob: 879cdfc5fb7cb401706ed000ed1153aca435a2b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTIOu = "GeneratorRunner is a tool that eases the development of binding generators for C++ and Qt-based libraries by \
providing a framework to help automating most of the process. It uses the ApiExtractor library to parse the header files and \
manipulate the classes information while generating the binding code using front-end modules provided by the user."
HOMEPAGE = "http://www.pyside.org"
LICENSE = "LGPL"
DEPENDS = "apiextractor-native"
PR = "r0"

SRC_URI = "http://www.pyside.org/files/generatorrunner-${PV}.tar.bz2"
S = "${WORKDIR}/generatorrunner-${PV}"

SRC_URI[md5sum] = "b99c5564104a56147806d467ff1a187b"
SRC_URI[sha256sum] = "4801d24b90966fa18696b8445c7f9f4d1f93551617dd4807a3609b49c0d93e34"

inherit cmake native