diff options
author | Holger Freyther <zecke@selfish.org> | 2005-09-12 18:15:03 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-12 18:15:03 +0000 |
commit | c0d3aa46af8159efdbe9e6b95a74dae11701fd86 (patch) | |
tree | 8bdc46cc7abb4a48549388a1534d0eefce028ad0 /packages/opie-securityplugins/opie-securityplugin-pin_1.2.1.bb | |
parent | 083b8d6cabbd7d9348ee763b3148f693d76e5db9 (diff) |
Opie 1.2.1:
The great move and version bumping. I hope my script
worked out well... I will start a build now.
hrw: mailwrapper was moved
Diffstat (limited to 'packages/opie-securityplugins/opie-securityplugin-pin_1.2.1.bb')
-rw-r--r-- | packages/opie-securityplugins/opie-securityplugin-pin_1.2.1.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/packages/opie-securityplugins/opie-securityplugin-pin_1.2.1.bb b/packages/opie-securityplugins/opie-securityplugin-pin_1.2.1.bb new file mode 100644 index 0000000000..5a2d03f6d5 --- /dev/null +++ b/packages/opie-securityplugins/opie-securityplugin-pin_1.2.1.bb @@ -0,0 +1,27 @@ +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." +SECTION = "opie/security" +PRIORITY = "optional" +MAINTAINER = "Team Opie <opie@handhelds.org>" +LICENSE = "GPL" +I18N_FILES = "libmultiauthpinplugin.ts" +RDEPENDS = "opie-security" + +APPNAME = "multiauthpinplugin" + + +SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/securityplugins/pin \ + ${HANDHELDS_CVS};tag=${TAG};module=opie/pics " + +S = "${WORKDIR}/pin" + +inherit opie + +# FILES plugins/security/libmultiauthpinplugin.so* pics/security/pinplugin.png +do_install() { + install -d ${D}${palmtopdir}/pics/security/ + install -m 0644 ${WORKDIR}/pics/security/pinplugin.png ${D}${palmtopdir}/pics/security/ +} + |