buildout.cfg 433 Bytes
Newer Older
1 2 3 4 5
[buildout]
parts =
  giflib

[giflib]
6
recipe = slapos.recipe.cmmi
7 8
url = http://downloads.sourceforge.net/project/giflib/giflib-4.x/giflib-4.2.3.tar.bz2
md5sum = be1f5749c24644257a88c9f42429343d
9
configure-options =
10 11
  --without-x
  --disable-x11
12 13 14 15 16 17
  --disable-static

# restrict building to libraries only, we don't care about binaries
# and specially docs which would require more dependencies (e.g. xmlto):
make-options =
  SUBDIRS=lib