aboutsummaryrefslogtreecommitdiffstats
path: root/packages/uim/uim.inc
blob: f934757c66f9a4e9971a4c095d7348aa52b3dfe5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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}"