aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie/opie-quicklauncher/opie-quicklauncher.inc
blob: e20572838a38bd03038d21d27ecb098edfca32dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "The Opie Quick Launcher Loader"
SECTION = "opie/base"
PRIORITY = "optional"
LICENSE = "GPL"

S = "${WORKDIR}/quicklauncher"

inherit opie

do_install() {
	install -d ${D}${bindir}
	install -m 755 quicklauncher ${D}${bindir}/
}