diff options
Diffstat (limited to 'meta-oe/recipes-devtools/libgee/libgee_0.18.0.bb')
-rw-r--r-- | meta-oe/recipes-devtools/libgee/libgee_0.18.0.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/libgee/libgee_0.18.0.bb b/meta-oe/recipes-devtools/libgee/libgee_0.18.0.bb new file mode 100644 index 0000000000..3fa9d9fc28 --- /dev/null +++ b/meta-oe/recipes-devtools/libgee/libgee_0.18.0.bb | |||
@@ -0,0 +1,24 @@ | |||
1 | DESCRIPTION = "libgee is a collection library providing GObject-based interfaces \ | ||
2 | and classes for commonly used data structures." | ||
3 | HOMEPAGE = "http://live.gnome.org/Libgee" | ||
4 | SECTION = "libs" | ||
5 | DEPENDS = "glib-2.0" | ||
6 | |||
7 | BBCLASSEXTEND = "native" | ||
8 | LICENSE = "LGPLv2.1" | ||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | ||
10 | |||
11 | PE = "1" | ||
12 | |||
13 | inherit autotools vala pkgconfig gobject-introspection | ||
14 | do_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 | |||
21 | SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}" | ||
22 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libgee/${SHRT_VER}/${BP}.tar.xz" | ||
23 | SRC_URI[md5sum] = "29ea6125e653d7e60b49a9a9544abc96" | ||
24 | SRC_URI[sha256sum] = "4ad99ef937d071b4883c061df40bfe233f7649d50c354cf81235f180b4244399" | ||