blob: e0df4af838c9b404f24d6e120f796ab4afd37fc1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
DESCRIPTION = "Opie Quick Launcher"
SECTION = "opie/base"
PRIORITY = "optional"
MAINTAINER = "Greg Gilbert <greg@treke.net>"
LICENSE = "GPL"
PV = "1.1.5-cvs-${CVSDATE}"
SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/core/tools/quicklauncher"
S = "${WORKDIR}/quicklauncher"
inherit opie
do_install() {
install -d ${D}/${palmtopdir}/bin/
install -m 755 quicklauncher ${D}/${palmtopdir}/bin/
}
|