aboutsummaryrefslogtreecommitdiffstats
path: root/nonworking/qualendar/qualendar_0.8.0.oe
blob: f3419d4668440fee10335a97eca2084365bf01ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION="DVI Viewer for Opie/Qtopia"
SECTION="base"
PRIORITY="optional"
LICENSE="GPL"
RDEPENDS="libqpe1"
DEPENDS=""

SRC_URI = http://ichitokumei.hp.infoseek.co.jp/${PN}/source/${P}.tar.gz
S = ${WORKDIR}/${PN}/src

inherit palmtop

do_install() {
        install -d ${D}/opt/QtPalmtop/{bin,apps/Applications,pics}
        install -D -m 755 qualendar ${D}/opt/QtPalmtop/bin/qualendar
        install -D -m 644 qualendar.desktop ${D}/opt/QtPalmtop/apps/Applications/qualendar.desktop
        install -d ${D}/opt/QtPalmtop/pics
        cp -a *.png ${D}/opt/QtPalmtop/pics/
}