libgee_0.18.0.bb 860 B

123456789101112131415161718192021222324
  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. BBCLASSEXTEND = "native"
  7. LICENSE = "LGPLv2.1"
  8. LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
  9. PE = "1"
  10. inherit autotools vala pkgconfig gobject-introspection
  11. do_configure_prepend() {
  12. MACROS="libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4"
  13. for i in ${MACROS}; do
  14. rm -f m4/$i
  15. done
  16. }
  17. SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}"
  18. SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libgee/${SHRT_VER}/${BP}.tar.xz"
  19. SRC_URI[md5sum] = "29ea6125e653d7e60b49a9a9544abc96"
  20. SRC_URI[sha256sum] = "4ad99ef937d071b4883c061df40bfe233f7649d50c354cf81235f180b4244399"