blob: 63754340096a2fa8438ccb76f72c0907d77fd7f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
DESCRIPTION = "Alarm Clock"
SECTION = "opie/applications"
PRIORITY = "optional"
MAINTAINER = "Open Embedded <oe@handhelds.org>"
LICENSE = "GPL"
AUTHOR = "Dafydd Walters"
HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/applications-AlarmClock.html"
SRC_URI = "http://handhelds.org/~zecke/oe_packages/qpealarmclock_V1.0.4.tar.gz \
file://qpealarm.patch;patch=1"
PV = "1.0.4"
S = "${WORKDIR}/qpealarmclock_V${PV}"
APPNAME = "qpealarmclock"
APPTYPE = "binary"
APPDESKTOP = "${S}"
do_install () {
install -d ${D}/${palmtopdir}/pics/${APPNAME}/
install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/
}
inherit opie
|