diff options
author | Matthias Hentges <oe@hentges.net> | 2004-10-16 00:08:49 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2004-10-16 00:08:49 +0000 |
commit | fe162b66adf2f5ed6f3c9333f12f054415451213 (patch) | |
tree | d48dc8d3ba6a41d4dcc184a740155dd932bc7605 /opie-restartapplet2 | |
parent | de3232405894343922af2791c674de2107f91109 (diff) |
Merge
2004/10/16 01:56:46+02:00 handhelds.org!CoreDump
Prepares the coming split of opie-18n packages into seperate files
BKrev: 4170669185jcgmO-qEF7FAi9W2xNJg
Diffstat (limited to 'opie-restartapplet2')
-rw-r--r-- | opie-restartapplet2/opie-restartapplet2_1.1.6.oe | 23 | ||||
-rw-r--r-- | opie-restartapplet2/opie-restartapplet2_cvs.oe | 1 |
2 files changed, 24 insertions, 0 deletions
diff --git a/opie-restartapplet2/opie-restartapplet2_1.1.6.oe b/opie-restartapplet2/opie-restartapplet2_1.1.6.oe index e69de29bb2..49f3e6d6ab 100644 --- a/opie-restartapplet2/opie-restartapplet2_1.1.6.oe +++ b/opie-restartapplet2/opie-restartapplet2_1.1.6.oe @@ -0,0 +1,23 @@ +DESCRIPTION = "Restart Applet" +SECTION = "opie/applets" +PRIORITY = "optional" +MAINTAINER = "Team Opie <opie@handhelds.org>" +LICENSE = "GPL" + +APPNAME = "restartapplet" +I18N_FILES = "librestartapplet.ts" + +PR = "r1" + +TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}" +SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/core/applets/restartapplet2 \ + cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/apps" + +S = "${WORKDIR}/restartapplet2" + +inherit opie + +# FILES plugins/applets/librestartapplet.so* +do_install() { +} + diff --git a/opie-restartapplet2/opie-restartapplet2_cvs.oe b/opie-restartapplet2/opie-restartapplet2_cvs.oe index 31fc75a987..e43581b0e9 100644 --- a/opie-restartapplet2/opie-restartapplet2_cvs.oe +++ b/opie-restartapplet2/opie-restartapplet2_cvs.oe @@ -5,6 +5,7 @@ MAINTAINER = "Team Opie <opie@handhelds.org>" LICENSE = "GPL" PV = "1.1.6+cvs-${CVSDATE}" APPNAME = "restartapplet" +I18N_FILES = "librestartapplet.ts" SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/core/applets/restartapplet2 \ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/apps" |