aboutsummaryrefslogtreecommitdiffstats
path: root/opie-alarm
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-04-18 16:02:45 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-04-18 16:02:45 +0000
commitcf369b00d686581900cc984570c8d6b56975fc33 (patch)
treebb3ce851d665662aa65f7c04230a70b677ea2b0d /opie-alarm
parentd5f0203825fccc4f0bcd5eccce3b6e198e1af87c (diff)
downloadopenembedded-cf369b00d686581900cc984570c8d6b56975fc33.tar.gz
clean up the various opie packages
please use one of these as template for further packages opie stuff inherits from opie.oeclass now, we will take care about quicklaunch/non-quicklaunch there BKrev: 4082a6a5vfRk3mA_-Or5Ll-U-gXhMw
Diffstat (limited to 'opie-alarm')
-rw-r--r--opie-alarm/opie-alarm_cvs.oe24
1 files changed, 24 insertions, 0 deletions
diff --git a/opie-alarm/opie-alarm_cvs.oe b/opie-alarm/opie-alarm_cvs.oe
index e69de29bb2..586954a102 100644
--- a/opie-alarm/opie-alarm_cvs.oe
+++ b/opie-alarm/opie-alarm_cvs.oe
@@ -0,0 +1,24 @@
+DESCRIPTION = "Opie Alarm"
+SECTION = "opie/base"
+PRIORITY = "optional"
+MAINTAINER = "Greg Gilbert <greg@treke.net>"
+LICENSE = "GPL"
+DEPENDS = "virtual/libc"
+PV = "1.1.3-cvs-${CVSDATE}"
+
+SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/core/opiealarm"
+S = "${WORKDIR}/opiealarm"
+
+inherit opie
+
+do_configure() {
+}
+do_compile() {
+ oe_runmake
+
+}
+
+do_install() {
+ install -d ${D}/${palmtopdir}/bin/
+ install -m 0755 ${S}/opiealarm ${D}/${palmtopdir}/bin/
+}