summaryrefslogtreecommitdiff
path: root/packages/poboxserver/qpobox_0.5.4.bb
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-07-07 22:04:46 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-07-07 22:04:46 +0000
commit154af708451cce6148f55a8942c03d29d90c7fc7 (patch)
treef5b0e6911b3d227e0b61b48d733dc77fff7d6176 /packages/poboxserver/qpobox_0.5.4.bb
parentba0f15a5e9b4ffba4d5ed367bb3b2c2960bbc022 (diff)
qpobox/poboxserver: some unfinished changes
* moved qpobox stuff into poboxserver directory, they belong together * tried to move the combo to unicode with polyonymous' help -> unfinished
Diffstat (limited to 'packages/poboxserver/qpobox_0.5.4.bb')
-rw-r--r--packages/poboxserver/qpobox_0.5.4.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/poboxserver/qpobox_0.5.4.bb b/packages/poboxserver/qpobox_0.5.4.bb
new file mode 100644
index 0000000000..9bb8c34523
--- /dev/null
+++ b/packages/poboxserver/qpobox_0.5.4.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "A japanese inputmethod for Qt/Embedded based palmtop environments."
+SECTION = "opie/inputmethods"
+RDEPENDS = "poboxserver virtual/japanese-font"
+LICENSE = "GPL"
+HOMEPAGE = "http://takahr.dhis.portside.net/cgi-bin/rwiki.cgi?cmd=view;name=QPOBox"
+PR = "r1"
+
+SRC_URI = "http://www.vanille.de/mirror/qpobox-${PV}.tar.gz \
+ file://qpobox-0.5.4-opie.patch;patch=1 \
+ file://qpobox.patch;patch=1"
+S = "${WORKDIR}/qpobox"
+
+inherit opie
+
+do_install() {
+ install -d ${D}${palmtopdir}/share
+ install -m 644 qpobox.key ${D}${palmtopdir}/share
+}