]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/opie-security/opie-security.inc
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / opie-security / opie-security.inc
1 DESCRIPTION = "Security settings dialog for the Opie environment."
2 SECTION = "opie/settings"
3 PRIORITY = "optional"
4 MAINTAINER = "Team Opie <opie@handhelds.org>"
5 LICENSE = "GPL"
6 RRECOMMENDS = "opie-securityplugin-pin"
7 APPNAME = "security"
8
9
10 S = "${WORKDIR}/${APPNAME}"
11
12 inherit opie
13
14 # FILES plugins/application/libsecurity.so* bin/security apps/Settings/Security.desktop pics/security
15 do_install() {
16         install -d ${D}${palmtopdir}/pics/${APPNAME}/
17
18         for icon in Security.png lock.png multiauth.png sync.png users.png;
19         do
20             install -m 0644 ${WORKDIR}/pics/${APPNAME}/$icon ${D}${palmtopdir}/pics/${APPNAME}/
21         done
22 }
23