blob: 6386f1ffb7fa6f07c8d4074b644a4527740f92b1 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001DESCRIPTION = "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"
12
13inherit autotools vala pkgconfig gobject-introspection
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
Brad Bishop6e60e8b2018-02-01 10:27:11 -050021SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050022SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libgee/${SHRT_VER}/${BP}.tar.xz"
23SRC_URI[md5sum] = "29ea6125e653d7e60b49a9a9544abc96"
24SRC_URI[sha256sum] = "4ad99ef937d071b4883c061df40bfe233f7649d50c354cf81235f180b4244399"