uim add .inc file that has been left out in the uim commit
authorMichael Lauer <mickey@vanille-media.de>
Fri, 14 Jul 2006 12:58:42 +0000 (12:58 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 14 Jul 2006 12:58:42 +0000 (12:58 +0000)
packages/uim/uim.inc [new file with mode: 0644]

diff --git a/packages/uim/uim.inc b/packages/uim/uim.inc
new file mode 100644 (file)
index 0000000..f934757
--- /dev/null
@@ -0,0 +1,19 @@
+DESCRIPTION = "A multilingual user input method library"
+HOMEPAGE = "http://uim.freedesktop.org/"
+LICENSE = "GPL"
+SECTION = "libs/inputmethod"
+PR = "r0"
+
+EXTRA_OECONF += "--disable-applet \
+                 --disable-emacs \
+                 --without-qt \
+                 --without-scim \
+                 --without-m17nlib \
+                 --without-prime \
+                 --without-canna \
+                 --without-mana \
+                 --without-eb"
+
+SRC_URI = "http://uim.freedesktop.org/releases/uim-${PV}.tar.gz"
+
+S = "${WORKDIR}/uim-${PV}"