buildout.cfg 418 Bytes
Newer Older
1
[buildout]
2 3
extends =
  ../m4/buildout.cfg
4
  ../perl/buildout.cfg
5
  ../xz-utils/buildout.cfg
6

7 8 9 10 11
parts =
  libsigc

[libsigc]
recipe = slapos.recipe.cmmi
12 13
url = http://ftp.gnome.org/pub/gnome/core/3.16/3.16.2/sources/libsigc++-2.4.1.tar.xz
md5sum = 55945ba6e1652f89999e910f6b52047c
14 15
configure-options =
  --disable-documentation
16
environment =
17
  PATH=${m4:location}/bin:${perl:location}/bin:${xz-utils:location}/bin:%(PATH)s