diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-04-29 08:38:03 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-04-29 08:38:03 +0000 |
commit | 1ec554851354b7dbbf715a64e60b7fdfc36ad8c1 (patch) | |
tree | 68e6779e2a668e636d476f5117941e10e7a30706 /opie-sshkeys | |
parent | 3df5ba66d6af568ffda06a34fa73cba99a2be0df (diff) |
minor fixes
BKrev: 4090beebvKLQLOKEw2VPDbxWUd_zvQ
Diffstat (limited to 'opie-sshkeys')
-rw-r--r-- | opie-sshkeys/opie-sshkeys_cvs.oe | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/opie-sshkeys/opie-sshkeys_cvs.oe b/opie-sshkeys/opie-sshkeys_cvs.oe index e69de29bb2..4e978ce624 100644 --- a/opie-sshkeys/opie-sshkeys_cvs.oe +++ b/opie-sshkeys/opie-sshkeys_cvs.oe @@ -0,0 +1,25 @@ +DESCRIPTION = "Utility for managing ssh-agent keys" +SECTION = "opie/settings" +PRIORITY = "optional" +MAINTAINER = "Open Embedded <oe@handhelds.org>" +LICENSE = "GPL" +DEPENDS = "libopiecore2" +RDEPENDS = "ssh opie-sh-ssh-askpass" +PV = "1.1.3-cvs-${CVSDATE}" +APPNAME = "sshkeys" +APPTYPE = "binary" + +SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/settings/sshkeys;date=${CVSDATE} \ + cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics;date=${CVSDATE} \ + cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/apps;date=${CVSDATE}" + +S = "${WORKDIR}/${APPNAME}" + +inherit opie + +# FILES bin/sshkeys apps/Settings/sshkeys.desktop pics/sshkeys/sshkeys.png +do_install() { + install -d ${D}${palmtopdir}/pics/${APPNAME}/ + install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/ +} + |