blob: 999e641a52a779334e998065a430f909af68ec95 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
DESCRIPTION = "PIN plugin for opie-security authentication. \
It implements the same kind of widgets as opie-security package, \
but this implementation can be used along with other authentication \
methods in the Opie Multi-Authentication Framework."
SECTION = "opie/settings"
PRIORITY = "optional"
MAINTAINER = "Team Opie <opie@handhelds.org>"
LICENSE = "GPL"
I18N_FILES = "libmultiauthpinplugin.ts"
RDEPENDS = "opie-security"
PV = "1.1.8+cvs-${CVSDATE}"
APPNAME = "multiauthpinplugin"
PR = "r0"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/securityplugins/pin \
${HANDHELDS_CVS};module=opie/pics "
S = "${WORKDIR}/pin"
inherit opie
# FILES plugins/security/libmultiauthpinplugin.so* pics/security/pinplugin.png
do_install() {
install -d ${D}${palmtopdir}/pics/security/
install -m 0644 ${WORKDIR}/pics/security/pinplugin.png ${D}${palmtopdir}/pics/security/
}
|