aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libgee/libgee.inc
blob: ed865548fdb7dc8627830876ee75b9fcce75c920 (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"
BBCLASSEXTEND = "native"
LICENSE = "LGPL"
INC_PR = "r5"
PE = "1"

inherit autotools vala

do_configure() {
        gnu-configize
        oe_runconf
}