From a93982c1a465fa53d49b14bb4ee46518fd6acb04 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Mon, 2 Aug 2010 21:43:12 +0200 Subject: libgee: refactor into common inc file and add 0.5.2 release --- recipes/libgee/libgee.inc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes/libgee/libgee.inc (limited to 'recipes/libgee/libgee.inc') diff --git a/recipes/libgee/libgee.inc b/recipes/libgee/libgee.inc new file mode 100644 index 0000000000..208e4e9c80 --- /dev/null +++ b/recipes/libgee/libgee.inc @@ -0,0 +1,11 @@ +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" +BBCLASSEXTEND = "native" +DEPENDS_virtclass-native = "glib-2.0-native" +LICENSE = "LGPL" +PE = "1" + +inherit autotools vala -- cgit 1.2.3-korg