diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-05-03 09:53:17 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-03 09:53:17 +0000 |
commit | 58f47eee5f55cada5751b63deaf5ab286eada21e (patch) | |
tree | 81b50752a5320232f032c62afb54343ff5dd5a47 /packages/nonworking/imkit | |
parent | 305c96accc768078c5898218f9a0765cc84d4fbe (diff) |
add imkit, a japanese inputmethod for Opie.
in nonworking, because it needs a c++ template syntax patch to comply with modern compilers
Diffstat (limited to 'packages/nonworking/imkit')
-rw-r--r-- | packages/nonworking/imkit/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/nonworking/imkit/imkit_0.4.0-pre2.bb | 20 |
2 files changed, 20 insertions, 0 deletions
diff --git a/packages/nonworking/imkit/.mtn2git_empty b/packages/nonworking/imkit/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/nonworking/imkit/.mtn2git_empty 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 index 0000000000..2e809b11c1 --- /dev/null +++ b/packages/nonworking/imkit/imkit_0.4.0-pre2.bb @@ -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 +} |