diff options
Diffstat (limited to 'opie-performance')
-rw-r--r-- | opie-performance/opie-performance_cvs.oe | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/opie-performance/opie-performance_cvs.oe b/opie-performance/opie-performance_cvs.oe index e69de29bb2..dd85fdc686 100644 --- a/opie-performance/opie-performance_cvs.oe +++ b/opie-performance/opie-performance_cvs.oe @@ -0,0 +1,23 @@ +DESCRIPTION = "Graphics performance tester" +SECTION = "opie/applications" +PRIORITY = "optional" +MAINTAINER = "Open Embedded <oe@handhelds.org>" +LICENSE = "GPL" +PV = "1.1.5-cvs-${CVSDATE}" +APPNAME = "performance" +APPTYPE = "binary" + +SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/development/performance;date=${CVSDATE} \ + cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics;date=${CVSDATE} \ + cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/apps;date=${CVSDATE}" + +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}/ +#} + |