blob: 4c65f243236a6349bb4f30875145e9f50596d4f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
DESCRIPTION = "Restart Applet"
SECTION = "opie/applets"
PRIORITY = "optional"
MAINTAINER = "Team Opie <opie@handhelds.org>"
LICENSE = "GPL"
APPNAME = "restartapplet2"
I18N_FILES = "librestartapplet2.ts"
S = "${WORKDIR}/restartapplet2"
inherit opie
# FILES plugins/applets/librestartapplet.so*
do_install() {
}
|