kpengine: fix SECTION and FILES
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Thu, 8 Feb 2007 10:22:12 +0000 (10:22 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Thu, 8 Feb 2007 10:22:12 +0000 (10:22 +0000)
packages/kanjipad/kanjipad.inc
packages/kanjipad/kpengine_0.1.bb

index aecd130..ce9613b 100644 (file)
@@ -6,4 +6,6 @@ LICENSE = "GPL"
 
 SRC_URI="http://fishsoup.net/software/kanjipad/kanjipad-2.0.0.tar.gz"
 
+S = ${WORKDIR}/kanjipad-2.0.0/
+
 inherit autotools pkgconfig
index 0fa32fa..d9a6fee 100644 (file)
@@ -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}"