summaryrefslogtreecommitdiff
path: root/packages/mamona/mamona-input-methods_git.bb
blob: a051eeebf9e72bd263a8d3ce311e55c47c22ef15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Copyright (C) 2008 Instituto Nokia de Tecnologia
# Released under the MIT license (see COPYING.MIT for the terms)

DESCRIPTION = "Mamona input methods"
HOMEPAGE = "http://dev.openbossa.org/trac/mamona/wiki"
LICENSE = "GPL"
SECTION = "x11"
DEPENDS = "ecore"
PR = "r0"

PV = "0.1+git"

inherit autotools pkgconfig lib_package

SRC_URI = "git://dev.openbossa.org/mamona/mamona_input_methods.git;protocol=http"

S = "${WORKDIR}/git"

PACKAGES += "\
            ${PN}-im-ecore \
            ${PN}-im-ecore-dev \
            ${PN}-im-ecore-dbg \
        "

FILES_${PN}-im-ecore = "\
            ${libdir}/ecore/immodules/mamona-im-ecore-module.so \
        "
FILES_${PN}-im-ecore-dev = "\
            ${libdir}/ecore/immodules/mamona-im-ecore-module.la \
            ${libdir}/ecore/immodules/mamona-im-ecore-module.a \
        "
FILES_${PN}-im-ecore-dbg = "\
            ${libdir}/ecore/immodules/.debug \
        "

EXTRA_OECONF = "\
            --enable-ecore-im \
            "

do_configure_prepend() {
    ./autogen.sh
}

do_stage() {
    autotools_stage_all
}