c21858e7ab5ad537be688c8a8a1def8507d5614a
[vuplus_openembedded] / opie-calculator / opie-calculator_cvs.oe
1 DESCRIPTION = "Calculator"
2 SECTION = "opie/applications"
3 PRIORITY = "optional"
4 MAINTAINER = "Open Embedded <oe@handhelds.org>"
5 LICENSE = "GPL"
6 DEPENDS = " libopiecore2"
7 PV = "1.1.4-cvs-${CVSDATE}"
8 APPNAME = "calculator"
9
10 SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/tools/calculator;date=${CVSDATE} \
11            cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics;date=${CVSDATE} \
12            cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/apps;date=${CVSDATE}"
13
14 S = "${WORKDIR}/${APPNAME}"
15
16 inherit opie
17
18 # FILES plugins/application/libcalculator.so* bin/calculator apps/Applications/calculator.desktop etc/unit_conversion.dat pics/calc
19 do_install() {
20         install -d ${D}${palmtopdir}/pics/calc/
21         install -m 0644 ${WORKDIR}/pics/calc/*.png ${D}${palmtopdir}/pics/calc/
22 }
23