f5a75f64c9591dd84dab2d222d03b90827867616
[vuplus_openembedded] / opie-securityplugins / opie-securityplugin-blueping_cvs.oe
1 DESCRIPTION = "Blueping plugin for opie-security authentication. \
2 This is a bluetooth-based authentication plugin (you need \
3 to have another Bluetooth device around to use it)."
4 SECTION = "opie/settings"
5 PRIORITY = "optional"
6 MAINTAINER = "Team Opie <opie@handhelds.org>"
7 LICENSE = "GPL"
8 I18N_FILES = "libmultiauthbluepingplugin.ts"
9 RDEPENDS = "opie-security bluez-utils"
10 PV = "1.1.7+cvs-${CVSDATE}"
11 APPNAME = "multiauthbluepingplugin"
12 PR = "r1"
13
14 SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/securityplugins/blueping \
15            ${HANDHELDS_CVS};module=opie/pics "
16
17 S = "${WORKDIR}/blueping"
18
19 inherit opie
20
21 # FILES plugins/security/libmultiauthbluepingplugin.so* pics/security/bluepingplugin.png root/etc/suspend-scripts/S50bluetooth
22 do_install() {
23         install -d ${D}${palmtopdir}/pics/security/
24         install -m 0644 ${WORKDIR}/pics/security/bluepingplugin.png ${D}${palmtopdir}/pics/security/
25 }
26