diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-04-27 23:24:39 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-27 23:24:39 +0000 |
commit | d602c21a168f2bfc79f5b5451b4614282f08c4b9 (patch) | |
tree | d1f2a117463f604013c190a4b39521547aacf373 /packages/nonworking/imkit/imkit_0.4.0-pre2.bb | |
parent | 415dfbd35c8e60a40fe362f1bed0d52e6d7a8d70 (diff) | |
parent | 58f47eee5f55cada5751b63deaf5ab286eada21e (diff) |
merge of 1e5d155bb4785e9650d4b05e4bae0c7c8a3ff11f
and d4fc38fb08cc643983acea4a5d23706a1aa08636
Diffstat (limited to 'packages/nonworking/imkit/imkit_0.4.0-pre2.bb')
-rw-r--r-- | packages/nonworking/imkit/imkit_0.4.0-pre2.bb | 20 |
1 files changed, 20 insertions, 0 deletions
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 +} |