diff options
Diffstat (limited to 'opie-performance')
-rw-r--r-- | opie-performance/opie-performance_1.1.7.oe | 24 | ||||
-rw-r--r-- | opie-performance/opie-performance_cvs.oe | 6 |
2 files changed, 27 insertions, 3 deletions
diff --git a/opie-performance/opie-performance_1.1.7.oe b/opie-performance/opie-performance_1.1.7.oe index e69de29bb2..3e1f64d36c 100644 --- a/opie-performance/opie-performance_1.1.7.oe +++ b/opie-performance/opie-performance_1.1.7.oe @@ -0,0 +1,24 @@ +DESCRIPTION = "Graphics performance tester" +SECTION = "opie/applications" +PRIORITY = "optional" +MAINTAINER = "Team Opie <opie@handhelds.org>" +LICENSE = "GPL" + +APPNAME = "performance" +APPTYPE = "binary" + +TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}" +SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/development/performance \ + ${HANDHELDS_CVS};tag=${TAG};module=opie/pics \ + ${HANDHELDS_CVS};tag=${TAG};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}/ +#} + diff --git a/opie-performance/opie-performance_cvs.oe b/opie-performance/opie-performance_cvs.oe index 7f46271e68..07d92f461e 100644 --- a/opie-performance/opie-performance_cvs.oe +++ b/opie-performance/opie-performance_cvs.oe @@ -6,9 +6,9 @@ LICENSE = "GPL" PV = "1.1.7+cvs-${CVSDATE}" APPNAME = "performance" -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" +SRC_URI = "${HANDHELDS_CVS};module=opie/development/performance \ + ${HANDHELDS_CVS};module=opie/pics \ + ${HANDHELDS_CVS};module=opie/apps" S = "${WORKDIR}/${APPNAME}" |