aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libgee/libgee_git.bb
blob: 74e0eca4880d7b6c68cc0969d3271b1d0dff72e8 (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.3.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"