aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libgee/libgee_git.bb
blob: 26b1fe58bb70e0f64a97fe1218fd7a4ace081e1d (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"
LICENSE = "LGPL"
SRCREV = "a86abd4240622ec377bbc5773850a4593e13f7eb"
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"