aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/atd/atd_0.80.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/atd/atd_0.80.bb')
-rw-r--r--recipes/atd/atd_0.80.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/atd/atd_0.80.bb b/recipes/atd/atd_0.80.bb
new file mode 100644
index 0000000000..f3adbd7cb3
--- /dev/null
+++ b/recipes/atd/atd_0.80.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Lightweight At Daemon"
+SECTION = "base"
+LICENSE = "GPLV2"
+RCONFLICTS = "at"
+RREPLACES = "at"
+
+PR = "r0"
+
+SRC_URI = "http://projects.linuxtogo.org/frs/download.php/222/${P}.tar.gz"
+
+inherit autotools update-rc.d
+
+INITSCRIPT_NAME = "atd"
+INITSCRIPT_PARAMS = "defaults 97"