summaryrefslogtreecommitdiffstats
path: root/recipes/atd/atd_0.80.bb
blob: f3adbd7cb30ed8e6d1ce1bbceca13ac7c9c8de74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"