[buildout] parts = gettext extends = ../software-profiles/ncurses.cfg ../software-profiles/libxml2.cfg ../software-profiles/zlib.cfg [gettext] recipe = hexagonit.recipe.cmmi url = http://ftp.gnu.org/pub/gnu/gettext/gettext-0.18.1.1.tar.gz md5sum = 3dd55b952826d2b32f51308f2f91aa89 configure-options = --enable-shared --disable-java --disable-csharp --with-libncurses-prefix=${ncurses:location} --with-libxml2-prefix=${libxml2:location} --with-included-gettext --without-emacs --disable-acl --disable-openmp environment = CPPFLAGS=-I${libxml2:location}/include -I${zlib:location}/include -I${ncurses:location}/include LDFLAGS=-L${libxml2:location}/lib -Wl,-rpath -Wl,${libxml2:location}/lib -L${zlib:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -L${ncurses:location}/lib -Wl,-rpath -Wl,${ncurses:location}/lib