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