blob: 67d6f9cae9230e3b176eaf057bc60e0d749f30f0 (
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}${palmtopdir}/{bin,apps/Applications,pics}
install -D -m 755 qualendar ${D}${palmtopdir}/bin/qualendar
install -D -m 644 qualendar.desktop ${D}${palmtopdir}/apps/Applications/qualendar.desktop
install -d ${D}${palmtopdir}/pics
cp -pPR *.png ${D}${palmtopdir}/pics/
}
|