atd: fix spelling of LICENSE
[openembedded.git] / recipes / atd / atd_0.80.bb
1 DESCRIPTION = "Lightweight At Daemon"
2 SECTION = "base"
3 LICENSE = "GPLv2"
4 RCONFLICTS = "at"
5 RREPLACES = "at"
6
7 PR = "r1"
8
9 SRC_URI = "http://projects.linuxtogo.org/frs/download.php/222/${P}.tar.gz"
10
11 inherit autotools update-rc.d
12
13 INITSCRIPT_NAME = "atd"
14 INITSCRIPT_PARAMS = "defaults 97"