[buildout]
extends =
  ../software-profiles/gettext.cfg
  ../software-profiles/zlib.cfg

[glib]
recipe = hexagonit.recipe.cmmi
url = http://ftp.gnome.org/pub/gnome/sources/glib/2.26/glib-2.26.1.tar.bz2
md5sum = 17535accceef55bcb17a74d73f9c2aef
environment =
  CFLAGS=-I${zlib:location}/include -I${gettext:location}/include
  LDFLAGS=-L${zlib:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -L${gettext:location}/lib -Wl,-rpath -Wl,${gettext:location}/lib
  PATH=${gettext:location}/bin:%(PATH)s