aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libgee/libgee.inc
blob: 918f45b0a57a8c7d82637807cd20121b877a94cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"
PE = "1"

inherit autotools vala

do_configure() {
        gnu-configize
        oe_runconf
}