aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libgee/libgee.inc
blob: 514838600453a1c9f960efd158f6ded5c7b0ec9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "libgee is a collection library providing GObject-based interfaces \
and classes for commonly used data structures."
HOMEPAGE = "http://live.gnome.org/Libgee"
SECTION = "libs"
DEPENDS = "glib-2.0 gobject-introspection"
BBCLASSEXTEND = "native"
LICENSE = "LGPL"
INC_PR = "r4"
PE = "1"

inherit autotools vala

do_configure() {
        gnu-configize
        oe_runconf
}