aboutsummaryrefslogtreecommitdiffstats
path: root/opie-alarm
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-08-14 10:37:23 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-08-14 10:37:23 +0000
commitc4bd7c70d3f8b8e1c96eef8199dbf0cded2b182e (patch)
tree084ee42bda43a67e430e2d21163e943321ef423d /opie-alarm
parentfab001926a9004696a48b68565fd9758766f4045 (diff)
downloadopenembedded-c4bd7c70d3f8b8e1c96eef8199dbf0cded2b182e.tar.gz
set MAINTAINER to Team Opie
BKrev: 411deb63CGM69sBO_Jl1RVYFHOs0Og
Diffstat (limited to 'opie-alarm')
-rw-r--r--opie-alarm/opie-alarm_cvs.oe10
1 files changed, 5 insertions, 5 deletions
diff --git a/opie-alarm/opie-alarm_cvs.oe b/opie-alarm/opie-alarm_cvs.oe
index e0d5176d81..49c5e8e1a2 100644
--- a/opie-alarm/opie-alarm_cvs.oe
+++ b/opie-alarm/opie-alarm_cvs.oe
@@ -1,7 +1,7 @@
DESCRIPTION = "Opie Alarm"
SECTION = "opie/base"
PRIORITY = "optional"
-MAINTAINER = "Greg Gilbert <greg@treke.net>"
+MAINTAINER = "Team Opie <opie@handhelds.org>"
LICENSE = "GPL"
PV = "1.1.5-cvs-${CVSDATE}"
RDEPENDS = "apmd"
@@ -10,12 +10,12 @@ SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/core/opiealar
file://01opiealarm "
S = "${WORKDIR}/opiealarm"
-inherit palmtop
+inherit opie
do_install() {
- install -d ${D}${palmtopdir}/bin/ ${D}${sysconfdir}/apm/event.d/
- install -m 0755 ${S}/opiealarm ${D}${palmtopdir}/bin/
- install -m 0755 ${WORKDIR}/01opiealarm ${D}${sysconfdir}/apm/event.d/
+ install -d ${D}/${palmtopdir}/bin/ ${D}/${sysconfdir}/apm/event.d/
+ install -m 0755 ${S}/opiealarm ${D}/${palmtopdir}/bin/
+ install -m 0755 ${WORKDIR}/01opiealarm ${D}/${sysconfdir}/apm/event.d/
}
FILES_${PN} = "${palmtopdir}/bin/opiealarm ${sysconfdir}/apm/event.d/01opiealarm"