aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/neuros-public/neuros-mainmenu_git.bb
blob: a8aca3124cf43b05227833d8749434b85fb3ea54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
DESCRIPTION = "Neuros window manager"
LICENSE = "GPL"

PV = "0.0+${PR}+gitr${SRCREV}"
PR = "r2"

inherit qt4e

SRCREV = "4dfc8ec91c284be45582bc51de8117610269d04d"
SRC_URI = "git://git.neurostechnology.com/git/app-mainmenu;protocol=git"
S = "${WORKDIR}/git/"

do_install() {
	install -d ${D}/${bindir}
	install -m 0755  ${S}/build/main-menu ${D}/${bindir}

	install -d ${D}/${sysconfdir}/menu
	install -m 0644 ${S}/resources/menu/* ${D}/${sysconfdir}/menu

	install -d ${D}/${sysconfdir}/nwm
	echo "${bindir}/mainmenu" > ${D}/${sysconfdir}/nwm/startup
}