summaryrefslogtreecommitdiffstats
path: root/recipes/opie-securityplugins/opie-securityplugin-pin.inc
blob: 6286d8abcf49771244b6a9aaa3c0f106470f2790 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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."
APPNAME = "multiauthpinplugin"

include opie-securityplugin.inc

S = "${WORKDIR}/pin"

do_install() {
        install -d ${D}${palmtopdir}/pics/security/
        install -m 0644 ${WORKDIR}/pics/security/pinplugin.png ${D}${palmtopdir}/pics/security/
}