From 65ae5caec1b2fb17047f93207cf6680d9c909a6d Mon Sep 17 00:00:00 2001 From: Lorn Potter Date: Sun, 19 Sep 2004 23:11:25 +0000 Subject: Merge bk://openembedded@openembedded.bkbits.net/packages into polarbear.trolltech.com.au:/mnt/hdb1/oe/packages 2004/09/20 09:11:00+10:00 trolltech.com.au!lpotter add real ntpservers file BKrev: 414e121dhj3NchvcBp7UNsE-F3Noqg --- opie-systemtime/opie-systemtime_1.1.6.oe | 29 +++++++++++++++++++++++++++++ opie-systemtime/opie-systemtime_cvs.oe | 3 +++ 2 files changed, 32 insertions(+) (limited to 'opie-systemtime') diff --git a/opie-systemtime/opie-systemtime_1.1.6.oe b/opie-systemtime/opie-systemtime_1.1.6.oe index e69de29bb2..3bc5f4eea6 100644 --- a/opie-systemtime/opie-systemtime_1.1.6.oe +++ b/opie-systemtime/opie-systemtime_1.1.6.oe @@ -0,0 +1,29 @@ +DESCRIPTION = "Set the system time - utilizing ntpdate, if available." +SECTION = "opie/settings" +PRIORITY = "optional" +MAINTAINER = "Team Opie " +LICENSE = "GPL" +RRECOMMENDS = "ntpdate" + + +APPNAME = "systemtime" + +TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}" +SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/noncore/settings/netsystemtime \ + cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/pics \ + cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/etc \ + cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/apps" + +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 -d ${D}${palmtopdir}/etc + install -m 0644 ${WORKDIR}/pics/netsystemtime/*.png ${D}${palmtopdir}/pics/netsystemtime/ + install -m 0644 ${WORKDIR}/etc/ntpservers ${D}${palmtopdir}/etc +} + +FILES_opie-systemtime_append = " /etc/ntpservers" diff --git a/opie-systemtime/opie-systemtime_cvs.oe b/opie-systemtime/opie-systemtime_cvs.oe index 1c63903aa7..3e233f915c 100644 --- a/opie-systemtime/opie-systemtime_cvs.oe +++ b/opie-systemtime/opie-systemtime_cvs.oe @@ -10,6 +10,7 @@ APPNAME = "systemtime" SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/settings/netsystemtime \ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics \ + cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/etc \ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/apps" S = "${WORKDIR}/netsystemtime" @@ -19,7 +20,9 @@ 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 -d ${D}${palmtopdir}/etc install -m 0644 ${WORKDIR}/pics/netsystemtime/*.png ${D}${palmtopdir}/pics/netsystemtime/ + install -m 0644 ${WORKDIR}/etc/ntpservers ${D}${palmtopdir}/etc } FILES_opie-systemtime_append = " /etc/ntpservers" -- cgit v1.2.3