diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-08-16 20:24:48 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-08-16 20:24:48 +0000 |
commit | 3700e38b3af1cdeb483f55e8f006de3ba29f91e8 (patch) | |
tree | d31184d2fc78a130578928921a8a9c1166aeec4c /opie-sysinfo/opie-sysinfo_cvs.oe | |
parent | 27622c9ffcf0d1efc8cf45d3527f264fae2bf2fc (diff) |
opie-sysinfo: package benchmark comparison results
BKrev: 41211810-1tuNIUC5dMZTIbRRLC6Ag
Diffstat (limited to 'opie-sysinfo/opie-sysinfo_cvs.oe')
-rw-r--r-- | opie-sysinfo/opie-sysinfo_cvs.oe | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/opie-sysinfo/opie-sysinfo_cvs.oe b/opie-sysinfo/opie-sysinfo_cvs.oe index ee81b0fe3e..9546c1429b 100644 --- a/opie-sysinfo/opie-sysinfo_cvs.oe +++ b/opie-sysinfo/opie-sysinfo_cvs.oe @@ -4,19 +4,21 @@ PRIORITY = "optional" MAINTAINER = "Team Opie <opie@handhelds.org>" LICENSE = "GPL" PV = "1.1.5-cvs-${CVSDATE}" +PR = "r1" APPNAME = "sysinfo" SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/settings/sysinfo \ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics \ - cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/apps" - + cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/apps \ + cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/share" S = "${WORKDIR}/${APPNAME}" inherit opie -# FILES plugins/application/libsysinfo.so* bin/sysinfo apps/Settings/sysinfo.desktop pics/sysinfo do_install() { install -d ${D}${palmtopdir}/pics/${APPNAME}/ install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/ + install -d ${D}${palmtopdir}/share/sysinfo/ + install -m 0644 ${WORKDIR}/share/sysinfo/results ${D}${palmtopdir}/share/sysinfo/results } |