From: Michael Lauer Date: Fri, 14 Jul 2006 12:58:42 +0000 (+0000) Subject: uim add .inc file that has been left out in the uim commit X-Git-Tag: Release-2010-05/1~9453^2~1228 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f7547e340e6157ebc8ac457ab275e03aed1460b;p=openembedded.git uim add .inc file that has been left out in the uim commit --- 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}"