util-linux-ng: fix swaponoff
[openembedded.git] / recipes / opie-alarm / opie-alarm.inc
1 DESCRIPTION = "Opie Alarm"
2 SECTION = "opie/base"
3 PRIORITY = "optional"
4 LICENSE = "GPL"
5 DEPENDS = "apmd"
6 RDEPENDS = "apmd"
7
8 S = "${WORKDIR}/opiealarm"
9
10 inherit opie
11
12 do_install() {
13         install -d ${D}${bindir} ${D}${sysconfdir}/apm/event.d/
14         install -m 0755 ${S}/opiealarm ${D}${bindir}/
15         install -m 0755 ${WORKDIR}/01opiealarm ${D}${sysconfdir}/apm/event.d/
16 }