atd: add 0.80
authorFlorian Boor <florian.boor@kernelconcepts.de>
Thu, 14 Aug 2008 23:37:09 +0000 (23:37 +0000)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Thu, 14 Aug 2008 23:37:09 +0000 (23:37 +0000)
packages/atd/atd_0.80.bb [new file with mode: 0644]

diff --git a/packages/atd/atd_0.80.bb b/packages/atd/atd_0.80.bb
new file mode 100644 (file)
index 0000000..f3adbd7
--- /dev/null
@@ -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"