Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / nonworking / qualendar / qualendar_0.8.0.oe
1 DESCRIPTION="DVI Viewer for Opie/Qtopia"
2 SECTION="base"
3 PRIORITY="optional"
4 LICENSE="GPL"
5
6 SRC_URI = http://ichitokumei.hp.infoseek.co.jp/${PN}/source/${P}.tar.gz
7 S = ${WORKDIR}/${PN}/src
8
9 inherit palmtop
10
11 do_install() {
12         install -d ${D}/opt/QtPalmtop/{bin,apps/Applications,pics}
13         install -D -m 755 qualendar ${D}/opt/QtPalmtop/bin/qualendar
14         install -D -m 644 qualendar.desktop ${D}/opt/QtPalmtop/apps/Applications/qualendar.desktop
15         install -d ${D}/opt/QtPalmtop/pics
16         cp -a *.png ${D}/opt/QtPalmtop/pics/
17 }