diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2008-08-14 23:37:09 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2008-08-14 23:37:09 +0000 |
commit | cb55294e59eb05e8655e6953b12bd6e01c29b789 (patch) | |
tree | a2366015cf56000c94c35b0e7e82c633f7531e33 /packages | |
parent | 25465403b5abce33a9bb846ff4e76bcffd3d5da1 (diff) |
atd: add 0.80
Diffstat (limited to 'packages')
-rw-r--r-- | packages/atd/atd_0.80.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/atd/atd_0.80.bb b/packages/atd/atd_0.80.bb new file mode 100644 index 0000000000..f3adbd7cb3 --- /dev/null +++ b/packages/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" |