blob: 7a2f8964b28b5a8bf0f656ef324fee8f14d50431 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DESCRIPTION = "The Opie Quick Launcher Loader"
SECTION = "opie/base"
PRIORITY = "optional"
MAINTAINER = "Team Opie <opie@handhelds.org>"
LICENSE = "GPL"
S = "${WORKDIR}/quicklauncher"
inherit opie
do_install() {
install -d ${D}${palmtopdir}/bin/
install -m 755 quicklauncher ${D}${palmtopdir}/bin/
}
|