diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-02-08 10:29:19 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-02-08 10:29:19 +0000 |
commit | 94f17152702e554ed343d673cf75de800860361a (patch) | |
tree | 4c874aef6e084a8bf579b05de86443ff7d7c1944 /packages/kanjipad/kpengine_0.1.bb | |
parent | 26b5953867988b925357fc8c8168785dd75dee03 (diff) | |
parent | 4d0fccc940c8bffe5eb8e384d622e9db1bb9431b (diff) |
merge of 'd1370b15e175b1b3cf370e0d9464e6db9893326a'
and 'd49c7a5854a653df449e557102e3fbec0192fa4e'
Diffstat (limited to 'packages/kanjipad/kpengine_0.1.bb')
-rw-r--r-- | packages/kanjipad/kpengine_0.1.bb | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/packages/kanjipad/kpengine_0.1.bb b/packages/kanjipad/kpengine_0.1.bb index 0fa32faf13..d9a6fee7d6 100644 --- a/packages/kanjipad/kpengine_0.1.bb +++ b/packages/kanjipad/kpengine_0.1.bb @@ -1,10 +1,9 @@ require kanjipad.inc -SECTION = "libs" +DESCRIPTION = "Japanese HWR engine used by a number of programs. Original algorithms by Todd Ruddick." +SECTION = "inputmethods" +PR = "r1" SRC_URI += "file://Makefile-kpengine-only.patch;patch=1" -FILES = "${bindir}/kpengine ${datadir}" - -# would it be better to make this a part of kanjipad bb? -S = ${WORKDIR}/kanjipad-2.0.0/ +FILES_${PN} = "${bindir}/kpengine ${datadir}" |