libgee.inc 546 B

123456789101112131415161718
  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. INC_PR = "r6"
  10. PE = "1"
  11. inherit autotools vala pkgconfig
  12. do_configure_prepend() {
  13. MACROS="libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4"
  14. for i in ${MACROS}; do
  15. rm -f m4/$i
  16. done
  17. }