buildout.cfg 692 Bytes
Newer Older
1 2 3 4 5 6 7 8 9
[buildout]
extends =
  ../libexpat/buildout.cfg
  ../perl/buildout.cfg
  ../perl-libwww-perl/buildout.cfg
parts =
  perl-XML-Parser

[perl-XML-Parser]
10
recipe = slapos.recipe.cmmi
11 12 13
depends =
  ${perl:version}
  ${perl-libwww-perl:location}
14
url = http://www.cpan.org/modules/by-module/XML/XML-Parser-2.41.tar.gz
15
md5sum = c320d2ffa459e6cdc6f9f59c1185855e
16 17 18 19 20 21 22
configure-command =
  ${perl:location}/bin/perl Makefile.PL \
    EXPATINCPATH=${libexpat:location}/include \
    EXPATLIBPATH=${libexpat:location}/lib \
# Parallel make does not work for this package on fast machines
# with many cores
make-options =
23
  OTHERLDFLAGS="-Wl,-rpath=${libexpat:location}/lib" -j1
24 25
environment =
  PERLLIB=blib/lib