blob: ead93741ce4be707c38c4496a3335d8a64bea1f7 (
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"
LICENSE = "LGPL"
PV = "0.5.0+gitr${SRCREV}"
SRC_URI = "\
git://git.gnome.org/libgee;protocol=git;branch=master \
"
S = "${WORKDIR}/git"
inherit autotools_stage pkgconfig vala
FILES_${PN}-dev += "${datadir}/gir-1.0"
|