add imkit, a japanese inputmethod for Opie.
authorMichael Lauer <mickey@vanille-media.de>
Wed, 3 May 2006 09:53:17 +0000 (09:53 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 3 May 2006 09:53:17 +0000 (09:53 +0000)
in nonworking, because it needs a c++ template syntax patch to comply with modern compilers

packages/nonworking/imkit/.mtn2git_empty [new file with mode: 0644]
packages/nonworking/imkit/imkit_0.4.0-pre2.bb [new file with mode: 0644]

diff --git a/packages/nonworking/imkit/.mtn2git_empty b/packages/nonworking/imkit/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/nonworking/imkit/imkit_0.4.0-pre2.bb b/packages/nonworking/imkit/imkit_0.4.0-pre2.bb
new file mode 100644 (file)
index 0000000..2e809b1
--- /dev/null
@@ -0,0 +1,20 @@
+#
+# nonworking, because the c++ template syntax no longer compiles with modern compilers
+#
+DESCRIPTION = "An Inputmethod for Opie - frontend to the japanese anthy engine"
+HOMEPAGE = "http://zaurus-ja.sourceforge.jp/imkit-anthy.html.en"
+SECTION = "opie/inputmethods"
+LICENSE = "GPL"
+RDEPENDS = "anthy"
+
+SRC_URI = "http://downloads.sourceforge.jp/zaurus-ja/2195/imkit-${PV}.tar.gz"
+S = "${WORKDIR}/imkit-${PV}"
+
+inherit palmtop
+
+PARALLEL_MAKE = ""
+QMAKE_PROFILES = "imkit.pro"
+
+do_configure_prepend() {
+       echo -e "TEMPLATE=subdirs\nSUBDIRS=libimkit impls/anthy\n" > imkit.pro
+}