diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-07-04 20:01:31 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-07-04 20:01:31 +0000 |
commit | 0d82253fe5f3ff83efda8c187fda2be6c69d3959 (patch) | |
tree | cae711dd08b019ceccda1e75262e2aae9c460de2 /opie-alarm | |
parent | 5b2b4082fb9f6af2c708246cc0209d88d103c6a5 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into home.hrw.one.pl:/home/szczepan/zaurus/oe/packages
2004/07/04 22:01:14+02:00 hrw.one.pl!hrw
joined opie-alarm and opie-opiealarm into one opie-alarm package
BKrev: 40e8621blCnfemp0AvL1DfNJMdBpFg
Diffstat (limited to 'opie-alarm')
-rw-r--r-- | opie-alarm/opie-alarm/01opiealarm | 0 | ||||
-rw-r--r-- | opie-alarm/opie-alarm_cvs.oe | 11 |
2 files changed, 7 insertions, 4 deletions
diff --git a/opie-alarm/opie-alarm/01opiealarm b/opie-alarm/opie-alarm/01opiealarm new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/opie-alarm/opie-alarm/01opiealarm diff --git a/opie-alarm/opie-alarm_cvs.oe b/opie-alarm/opie-alarm_cvs.oe index 078c1c8682..2b4473b8f5 100644 --- a/opie-alarm/opie-alarm_cvs.oe +++ b/opie-alarm/opie-alarm_cvs.oe @@ -4,15 +4,18 @@ PRIORITY = "optional" MAINTAINER = "Greg Gilbert <greg@treke.net>" LICENSE = "GPL" PV = "1.1.4-cvs-${CVSDATE}" +RDEPENDS = "apmd" -SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/core/opiealarm;date=${CVSDATE}" +SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/core/opiealarm;date=${CVSDATE} \ + file://01opiealarm " S = "${WORKDIR}/opiealarm" inherit palmtop do_install() { - install -d ${D}/${palmtopdir}/bin/ - install -m 0755 ${S}/opiealarm ${D}/${palmtopdir}/bin/ + install -d ${D}${palmtopdir}/bin/ ${D}${sysconfdir}/apm/event.d/ + install -m 0755 ${S}/opiealarm ${D}${palmtopdir}/bin/ + install -m 0755 ${WORKDIR}/01opiealarm ${D}${sysconfdir}/apm/event.d/ } -#FIXME add suspend/resume scripts +FILES_${PN} = "${palmtopdir}/bin/opiealarm ${sysconfdir}/apm/event.d/01opiealarm" |