diff options
-rw-r--r-- | packages/uim/uim.inc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/uim/uim.inc b/packages/uim/uim.inc new file mode 100644 index 0000000000..f934757c66 --- /dev/null +++ b/packages/uim/uim.inc @@ -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}" |