From d937cae60f5bf76699e89de4395b2255b4d02c9c Mon Sep 17 00:00:00 2001 From: Klaus Kurzmann Date: Mon, 19 Oct 2009 22:05:40 +0200 Subject: libgee-native: new recipe Signed-off-by: Klaus Kurzmann --- recipes/libgee/libgee-native_git.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes/libgee/libgee-native_git.bb diff --git a/recipes/libgee/libgee-native_git.bb b/recipes/libgee/libgee-native_git.bb new file mode 100644 index 0000000000..89523d3906 --- /dev/null +++ b/recipes/libgee/libgee-native_git.bb @@ -0,0 +1,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 native autotools_stage pkgconfig vala + +FILES_${PN}-dev += "${datadir}/gir-1.0" -- cgit 1.2.3-korg