weekly-changelog-report.py: add staging-branch
[openembedded.git] / recipes / zten / zten_1.6.2.bb
blobe45fcef4fc3dc86f735c2821a3987c193641e1fe
1 DESCRIPTION = "EB*/EPWING dictionary browser for Linux Zaurus"
2 AUTHOR = "Yuuichi Teranishi <teranisi@gohome.org>"
3 HOMEPAGE = "http://www.gohome.org/zten"
4 SECTION = "opie/applications"
5 PRIORITY = "optional"
6 LICENSE = "GPL"
7 DEPENDS = "eb kakasi"
8 RDEPENDS = "virtual-japanese-font"
9 RCONFLICTS = "ztenv"
10 PR = "r1"
12 SRC_URI = "http://www.gohome.org/cgi-bin/viewcvs.cgi/zten.tar.gz;md5sum=d24f03c8df5c98d510590bd9a63dc932 \
13 file://zten.patch;patch=1"
15 S = "${WORKDIR}/zten"
17 inherit palmtop
19 CXXFLAGS += " -DQWS"
21 do_install() {
22 install -d ${D}${palmtopdir}/bin
23 install -d ${D}${palmtopdir}/apps/Applications
24 install -d ${D}${palmtopdir}/pics
25 install -m 0755 zten ${D}${palmtopdir}/bin/zten
26 install -m 0644 zten.desktop ${D}${palmtopdir}/apps/Applications/
27 install -m 0644 Zten.png ${D}${palmtopdir}/pics