summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/libgee/libgee_0.20.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/libgee/libgee_0.20.3.bb')
-rw-r--r--meta-oe/recipes-devtools/libgee/libgee_0.20.3.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/libgee/libgee_0.20.3.bb b/meta-oe/recipes-devtools/libgee/libgee_0.20.3.bb
new file mode 100644
index 0000000000..576eff6d57
--- /dev/null
+++ b/meta-oe/recipes-devtools/libgee/libgee_0.20.3.bb
@@ -0,0 +1,22 @@
1DESCRIPTION = "libgee is a collection library providing GObject-based interfaces \
2and classes for commonly used data structures."
3HOMEPAGE = "http://live.gnome.org/Libgee"
4SECTION = "libs"
5DEPENDS = "glib-2.0"
6
7BBCLASSEXTEND = "native"
8LICENSE = "LGPLv2.1"
9LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
10
11PE = "1"
12inherit gnomebase vala gobject-introspection
13
14do_configure_prepend() {
15 MACROS="libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4"
16 for i in ${MACROS}; do
17 rm -f m4/$i
18 done
19}
20
21SRC_URI[archive.md5sum] = "e574b3952b93d219b5ec7c74c5892c33"
22SRC_URI[archive.sha256sum] = "d0b5edefc88cbca5f1709d19fa62aef490922c6577a14ac4e7b085507911a5de"