diff options
-rw-r--r-- | opie-bartender/opie-bartender_cvs.oe | 27 | ||||
-rw-r--r-- | opie-datebook/opie-datebook_cvs.oe | 1 | ||||
-rw-r--r-- | opie-systemtime/opie-systemtime_cvs.oe | 2 |
3 files changed, 29 insertions, 1 deletions
diff --git a/opie-bartender/opie-bartender_cvs.oe b/opie-bartender/opie-bartender_cvs.oe index e69de29bb2..fc0a6179d7 100644 --- a/opie-bartender/opie-bartender_cvs.oe +++ b/opie-bartender/opie-bartender_cvs.oe @@ -0,0 +1,27 @@ +DESCRIPTION = "Bartender drink receipe database" +SECTION = "opie/applications" +PRIORITY = "optional" +MAINTAINER = "Open Embedded <oe@handhelds.org>" +LICENSE = "GPL" +DEPENDS = "libopie2core" +PV = "1.1.3-cvs-${CVSDATE}" +APPNAME = "bartender" +APPTYPE = "binary" + +SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/apps/opie-bartender;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}/opie-bartender" + +inherit opie + +# FILES bin/bartender apps/Applications/bartender.desktop etc/bartender/drinkdb.txt +do_install() { + install -d ${D}${palmtopdir}/pics/${APPNAME}/ + install -d ${D}/etc/ + install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/ + install -m 0644 db/drinkdb.txt ${D}/etc/ +} + +FILES_opie-bartender_append = " /etc" diff --git a/opie-datebook/opie-datebook_cvs.oe b/opie-datebook/opie-datebook_cvs.oe index 81096986e1..d70ccf101d 100644 --- a/opie-datebook/opie-datebook_cvs.oe +++ b/opie-datebook/opie-datebook_cvs.oe @@ -3,6 +3,7 @@ SECTION = "opie/pim" PRIORITY = "optional" MAINTAINER = "Open Embedded <oe@handhelds.org>" LICENSE = "GPL" +RDEPENDS = "opie-pics" DEPENDS = "libopiecore2 libopieui2 libopiepim2" PV = "1.1.3-cvs-${CVSDATE}" APPNAME = "datebook" diff --git a/opie-systemtime/opie-systemtime_cvs.oe b/opie-systemtime/opie-systemtime_cvs.oe index 763fe50063..bfe30cac0c 100644 --- a/opie-systemtime/opie-systemtime_cvs.oe +++ b/opie-systemtime/opie-systemtime_cvs.oe @@ -22,4 +22,4 @@ do_install() { install -m 0644 ${WORKDIR}/pics/netsystemtime/*.png ${D}${palmtopdir}/pics/netsystemtime/ } -#FIXME: Take care about etc +FILES_opie-systemtime_append = " /etc/ntpservers" |