diff options
Diffstat (limited to 'opie-restartapplet2/opie-restartapplet2_1.1.6.oe')
-rw-r--r-- | opie-restartapplet2/opie-restartapplet2_1.1.6.oe | 23 |
1 files changed, 23 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() { +} + |