aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie/opie-securityplugins/opie-securityplugin-blueping.inc
blob: e2cd58b877c878bf9a346fe099357a914895e3ff (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_${PN} += "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/
}