aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libgee/libgee_git.bb
blob: 83d156d6498945dca3982fbff09dd050595b3ee6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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"
DEPENDS_virtclass-native = "glib-2.0-native"
LICENSE = "LGPL"
SRCREV = "9a3d48187d87b0ed151a339a9b05f6f4eefb0922"
PV = "0.5.0+gitr${SRCPV}"
PE = "1"

SRC_URI = "\
  git://git.gnome.org/libgee;protocol=git;branch=master \
"
S = "${WORKDIR}/git"

inherit autotools vala

BBCLASSEXTEND = "native"