blob: 78c1e8306c0ece0b703ebcdc37a232644f8f767e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
DESCRIPTION = "The Opie Quick Launcher Loader"
SECTION = "opie/base"
PRIORITY = "optional"
MAINTAINER = "Team Opie <opie@handhelds.org>"
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/
}
|