DESCRIPTION = "Graphics performance tester" SECTION = "opie/applications" PRIORITY = "optional" MAINTAINER = "Team Opie " LICENSE = "GPL" PV = "1.1.6+cvs-${CVSDATE}" APPNAME = "performance" APPTYPE = "binary" SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/development/performance \ 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/performance apps/Applications/performance.desktop #do_install() { # install -d ${D}${palmtopdir}/pics/${APPNAME}/ # install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/ #}