Merge Opie-Console_CVS Conflict
[vuplus_openembedded] / opie-sshkeys / opie-sshkeys_cvs.oe
1 DESCRIPTION = "Utility for managing ssh-agent keys"
2 SECTION = "opie/settings"
3 PRIORITY = "optional"
4 MAINTAINER = "Team Opie <opie@handhelds.org>"
5 LICENSE = "GPL"
6 RDEPENDS = "ssh opie-sh-ssh-askpass"
7 PV = "1.1.6-cvs-${CVSDATE}"
8 APPNAME = "sshkeys"
9 APPTYPE = "binary"
10
11 SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/settings/sshkeys \
12            cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics \
13            cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/apps"
14
15 S = "${WORKDIR}/${APPNAME}"
16
17 inherit opie
18
19 # FILES bin/sshkeys apps/Settings/sshkeys.desktop pics/sshkeys/sshkeys.png
20 do_install() {
21         install -d ${D}${palmtopdir}/pics/${APPNAME}/
22         install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
23 }
24