diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-08-02 21:43:12 +0200 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-08-02 21:43:39 +0200 |
commit | a93982c1a465fa53d49b14bb4ee46518fd6acb04 (patch) | |
tree | f5c2f20ada2ff925a4b9803de0cddbc497749d45 /recipes/libgee/libgee.inc | |
parent | 93e2f314df0434df3e1f3ae537129b9f7ee3e5de (diff) |
libgee: refactor into common inc file and add 0.5.2 release
Diffstat (limited to 'recipes/libgee/libgee.inc')
-rw-r--r-- | recipes/libgee/libgee.inc | 11 |
1 files changed, 11 insertions, 0 deletions
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 |