diff options
author | Phil Blundell <philb@gnu.org> | 2004-08-13 17:49:34 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-08-13 17:49:34 +0000 |
commit | 085230af4910b6dcd218c090b79a1a8ad16dff78 (patch) | |
tree | 853e9a76c401b6b45a71dcb97ad332c7464227cb /atd | |
parent | d3a0a392640bdf9469db34af26dca89131174fdd (diff) |
add cvs tag
BKrev: 411cff2eJxZqQzTyVjefJ4dxBC3mxA
Diffstat (limited to 'atd')
-rw-r--r-- | atd/atd_0.70.oe | 19 |
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 +} + |