diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-04-27 21:36:10 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-04-27 21:36:10 +0000 |
commit | 76b039d176ab21b8d6cc8fd3dc1a0ad971ef40e1 (patch) | |
tree | b466aef82e82e096a40f30fb1644cf91ab4b1ae9 /opie-systemtime | |
parent | 189f265fc45cabdd5effbde371d6f6d4a11421b7 (diff) |
DEPENDS-=ntpdate RDEPENDS+=ntpdate
BKrev: 408ed24a073PEk3xi01lfcHzgCXwdA
Diffstat (limited to 'opie-systemtime')
-rw-r--r-- | opie-systemtime/opie-systemtime_cvs.oe | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/opie-systemtime/opie-systemtime_cvs.oe b/opie-systemtime/opie-systemtime_cvs.oe index e69de29bb2..763fe50063 100644 --- a/opie-systemtime/opie-systemtime_cvs.oe +++ b/opie-systemtime/opie-systemtime_cvs.oe @@ -0,0 +1,25 @@ +DESCRIPTION = "System time" +SECTION = "opie/settings" +PRIORITY = "optional" +MAINTAINER = "Open Embedded <oe@handhelds.org>" +LICENSE = "GPL" +RDEPENDS = "ntpdate" +DEPENDS = "libopiecore2 libopieui2" +PV = "1.1.3-cvs-${CVSDATE}" +APPNAME = "systemtime" + +SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/settings/netsystemtime;date=${CVSDATE} \ + cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics;date=${CVSDATE} \ + cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/apps;date=${CVSDATE}" + +S = "${WORKDIR}/netsystemtime" + +inherit opie + +# FILES plugins/application/libsystemtime.so* bin/systemtime apps/Settings/systemtime.desktop etc/ntpservers pics/netsystemtime +do_install() { + install -d ${D}${palmtopdir}/pics/netsystemtime/ + install -m 0644 ${WORKDIR}/pics/netsystemtime/*.png ${D}${palmtopdir}/pics/netsystemtime/ +} + +#FIXME: Take care about etc |