aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/qt4/wolfenqt.inc
blob: e1e08cf6ab2fd6b066128bd83f2964f3f2f75300 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PE = "1"
PV = "0.0"
PR_append = "+gitr${SRCREV}"

inherit qt4${WOLFVARIANT}

SRCREV = "f43dfa2bfa1f72abd3500dfc94248b17c5f9ae05"
SRC_URI = "git://gitorious.org/qt-labs/wolfenqt.git;protocol=git"

S = "${WORKDIR}/git"

do_install() {
	install -d ${D}${bindir}
	install -m 0755 qt3d  ${D}${bindir}/wolfenqt-${WOLFVARIANT}
}