aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/opie-securityplugins/opie-securityplugin-blueping.inc
blob: 35f972ef9ab19a0c3ddc296e649af22b9b6dd005 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "Blueping plugin for opie-security authentication. \
This is a bluetooth-based authentication plugin (you need \
to have another Bluetooth device around to use it)."
RDEPENDS += "bluez-utils"
APPNAME = "multiauthbluepingplugin"

include opie-securityplugin.inc

S = "${WORKDIR}/blueping"

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