blob: a6a73f19d8cf0d7b8ebbc3111db8f5dbdb3c8049 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
DESCRIPTION="DVI Viewer for Opie/Qtopia"
SECTION="base"
PRIORITY="optional"
LICENSE="GPL"
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/
}
|