summaryrefslogtreecommitdiff
path: root/atd/atd_0.70.oe
diff options
context:
space:
mode:
Diffstat (limited to 'atd/atd_0.70.oe')
-rw-r--r--atd/atd_0.70.oe19
1 files changed, 19 insertions, 0 deletions
diff --git a/atd/atd_0.70.oe b/atd/atd_0.70.oe
index e69de29bb2..53470e5202 100644
--- a/atd/atd_0.70.oe
+++ b/atd/atd_0.70.oe
@@ -0,0 +1,19 @@
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=apps/atd;tag=ATD-0_70"
+S = "${WORKDIR}/atd"
+
+inherit update-rc.d
+
+INITSCRIPT_NAME = "atd"
+INITSCRIPT_PARAMS = "defaults 97"
+
+do_compile() {
+ oe_runmake
+}
+
+do_install() {
+ install -d ${D}${sbindir}
+ install atd ${D}${sbindir}/atd
+ install -d ${D}/etc/init.d
+ install dist/etc/init.d/atd ${D}/etc/init.d/atd
+}
+