revert previous, apparently mistaken, change to gpe-bootsplash
[vuplus_openembedded] / opie-restartapplet2 / opie-restartapplet2_1.1.6.oe
1 DESCRIPTION = "Restart Applet"
2 SECTION = "opie/applets"
3 PRIORITY = "optional"
4 MAINTAINER = "Team Opie <opie@handhelds.org>"
5 LICENSE = "GPL"
6
7 APPNAME = "restartapplet"
8 I18N_FILES = "librestartapplet.ts"
9
10 PR = "r1"
11
12 TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}"
13 SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/core/applets/restartapplet2 \
14            cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/apps"
15
16 S = "${WORKDIR}/restartapplet2"
17
18 inherit opie
19
20 # FILES plugins/applets/librestartapplet.so*
21 do_install() {
22 }
23