DESCRIPTION = "Utility for managing ssh-agent keys" SECTION = "opie/settings" PRIORITY = "optional" MAINTAINER = "Team Opie " LICENSE = "GPL" RDEPENDS = "ssh opie-sh-ssh-askpass" PV = "1.1.6+cvs-${CVSDATE}" APPNAME = "sshkeys" APPTYPE = "binary" SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/settings/sshkeys \ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics \ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/apps" 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}/ }