aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/atd/atd_0.70.bb
blob: 3cf5f7263b5c0b02ef8e3e842155c6d34564d747 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
DESCRIPTION = "Lightweight At Daemon"
SECTION = "base"
LICENSE = "GPLv2"
RCONFLICTS = "at"
RREPLACES = "at"

PR = "r5"

SRC_URI = "${HANDHELDS_CVS};module=apps/atd;tag=ATD-0_70 \
			file://atd-startup.patch;apply=yes;striplevel=0"
S = "${WORKDIR}/atd"

inherit update-rc.d

INITSCRIPT_NAME = "atd"
INITSCRIPT_PARAMS = "defaults 97"

do_compile() {
	oe_runmake
}

do_install() {
	install -d ${D}${sbindir}
	install atd ${D}${sbindir}/atd
	install -d ${D}${sysconfdir}/init.d
	install dist/etc/init.d/atd ${D}${sysconfdir}/init.d/atd
}