summaryrefslogtreecommitdiff
path: root/recipes/webkit/vuplus-webbrowser-utils.bb
blob: 38ca61ec4882563167f415e22f5e1237eb51e252 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "arora webbrowser binary"
PV = "0.10.1"
PR = "r0"

DEPENDS = "qtwebkit-e"

SRC_URI = "file://arora"

S = "${WORKDIR}/vuplus-webbrowser-utils"

do_configure() {
	mv ${WORKDIR}/arora ${S}
}

do_install() {
	install -d ${D}/${bindir};
	install -m 0755 arora ${D}/${bindir};
}