From 6fa8a03c85698db5c7df002bee64e3ca8d30e11a Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Thu, 16 Sep 2004 21:55:04 +0000 Subject: froot, keyring, konq/e: correct section name to lowercase BKrev: 414a0bb85d6C4nWDDbuKjC7Qfx9_WQ --- keyring/keyring_0.6.8.oe | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'keyring') diff --git a/keyring/keyring_0.6.8.oe b/keyring/keyring_0.6.8.oe index e69de29bb2..7132dfc0a2 100644 --- a/keyring/keyring_0.6.8.oe +++ b/keyring/keyring_0.6.8.oe @@ -0,0 +1,36 @@ +DESCRIPTION = "Stores accounts and passwords in an encrypted file." +SECTION = "opie/applications" +PRIORITY = "optional" +MAINTAINER = "Robert Anderson " +LICENSE = "GPL" +DEPENDS = "gdbm" +PR = "r2" + +SRC_URI = "http://www.scrypt.net/~celer/kweb/Keyring-0.6.8.tgz" +S = "${WORKDIR}/Keyring" + +inherit palmtop + +QPEDIR = ${OPIEDIR} + +do_install() { + install -d ${D}/${palmtopdir}/bin \ + ${D}/${palmtopdir}/apps/Applications \ + ${D}/${palmtopdir}/pics/keyring + install -m 0755 keyring ${D}/${palmtopdir}/bin/ + install -m 0644 keyring.desktop \ + ${D}/${palmtopdir}/apps/Applications/ + install -m 0644 ${S}/Keyring.png \ + ${S}/keyring-pwlist.png \ + ${D}/${palmtopdir}/pics/ + + # The following should appear in an assoicated DOC package. + + install -d ${D}/${palmtopdir}/help/html + install -m 0644 ${S}/*.html ${D}/${palmtopdir}/help/html/ +} + +PACKAGES = "${PN} ${PN}-help" +FILES_${PN} = " ${palmtopdir}/bin ${palmtopdir}/apps ${palmtopdir}/pics +FILES_${PN}-help = " ${palmtopdir}/help/html" + -- cgit v1.2.3