aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libgee/libgee_git.bb
blob: c6324c74280f92bd5dcfe826c8c14fcf0226ca8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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${SRCPV}"
PE = "1"

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"