From 085230af4910b6dcd218c090b79a1a8ad16dff78 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Fri, 13 Aug 2004 17:49:34 +0000 Subject: add cvs tag BKrev: 411cff2eJxZqQzTyVjefJ4dxBC3mxA --- atd/atd_0.70.oe | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'atd') 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 +} + -- cgit v1.2.3