DESCRIPTION = "KeyZ Applet" SECTION = "opie/applets" PRIORITY = "optional" MAINTAINER = "Team Opie " LICENSE = "GPL" PV = "1.1.6+cvs-${CVSDATE}" APPNAME = "zkbapplet" RDEPENDS = "opie-pics" I18N_FILES = "keyz-cfg.ts" SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/applets/zkbapplet \ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/share \ 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 pkg_postinst() { #!/bin/sh if [ -n "$D" ]; then exit 1; fi test -f $OPIEDIR/share/zkb/zkb.xml || cp $OPIEDIR/share/zkb/zkb.xml.sample $OPIEDIR/share/zkb/zkb.xml } do_install() { install -d ${D}${palmtopdir}/pics/ install -d ${D}${palmtopdir}/share/zkb/ install -m 0644 ${WORKDIR}/share/zkb/*xml* ${D}${palmtopdir}/share/zkb/ install -m 0644 ${WORKDIR}/share/zkb/zkb.xml.sample ${D}${palmtopdir}/share/zkb/zkb.xml install -d ${D}${palmtopdir}/bin install -m 0755 ${S}/keyz-cfg ${D}${palmtopdir}/bin/ install -d ${D}${palmtopdir}/apps/Settings install -m 0644 ${WORKDIR}/apps/Settings/keyz-cfg.desktop ${D}${palmtopdir}/apps/Settings/ }