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

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

DEPENDS = "qt-embedded"

inherit qtopia4core

SRCREV = "27fc35bd349ccbac1226ebb3d41417d8164b7dd1"
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
}