Commit 193a35d4 authored by Łukasz Nowak's avatar Łukasz Nowak

- provide glib with its dependency, gettext


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40265 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0450841e
[buildout]
parts =
gettext
[gettext]
recipe = hexagonit.recipe.cmmi
url = http://ftp.gnu.org/pub/gnu/gettext/gettext-0.18.1.1.tar.gz
md5sum = 3dd55b952826d2b32f51308f2f91aa89
[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
LDFLAGS=-L${zlib:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib
PATH=${gettext:location}/bin:%(PATH)s
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment