summaryrefslogtreecommitdiff
path: root/atd/atd_0.70.oe
blob: 05f2f6e97e8d35771315fc06642af9561d6a89f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=apps/atd;tag=ATD-0_70"
S = "${WORKDIR}/atd"
SECTION = "base"
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}/etc/init.d
	install dist/etc/init.d/atd ${D}/etc/init.d/atd
}