buildout.cfg 364 Bytes
Newer Older
1 2 3 4
[buildout]
parts =
  groff

5 6
extends =
  ../perl/buildout.cfg
7
  ../texinfo/buildout.cfg
8

9
[groff]
10
recipe = slapos.recipe.cmmi
11
shared = true
12 13
url = http://ftp.gnu.org/gnu/groff/groff-1.22.4.tar.gz
md5sum = 08fb04335e2f5e73f23ea4c3adbf0c5f
14 15 16
configure-options =
  --disable-static
  --without-x
17
environment =
18
  PATH=${perl:location}/bin:${texinfo7:location}/bin:%(PATH)s