diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-08-06 20:12:20 +0200 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-08-07 02:49:06 +0200 |
commit | 96c5f256f80e7ccc3f071b74a957b086b3993013 (patch) | |
tree | 0ee4cbd04b8af84ae3171422dac84dc93c19ef29 /recipes/libgee/libgee_0.3.0.bb | |
parent | 9fcfc90bc79e1fae671c4ad4a305f1567c5f9a3e (diff) |
libgee: 0.1.4 -> 0.3.0
NOTE: this version is compatible with vala 0.7.5-fso
Diffstat (limited to 'recipes/libgee/libgee_0.3.0.bb')
-rw-r--r-- | recipes/libgee/libgee_0.3.0.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/libgee/libgee_0.3.0.bb b/recipes/libgee/libgee_0.3.0.bb new file mode 100644 index 0000000000..00ef42d2f4 --- /dev/null +++ b/recipes/libgee/libgee_0.3.0.bb @@ -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" +LICENSE = "LGPL" + +SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/libgee/0.3/libgee-${PV}.tar.bz2 \ + file://no-tests.patch;patch=1" + +inherit autotools_stage pkgconfig vala |