buildout.cfg 578 Bytes
Newer Older
1 2
[buildout]
extends =
Łukasz Nowak's avatar
Łukasz Nowak committed
3 4 5
  ../opensp/buildout.cfg
  ../perl/buildout.cfg
  ../perl-Class-Accessor/buildout.cfg
6 7 8 9 10 11 12 13 14 15 16 17 18 19
parts =
  perl-SGML-Parser-OpenSP

[perl-SGML-Parser-OpenSP]
recipe = hexagonit.recipe.cmmi
depends =
  ${perl:version}
  ${perl-Class-Accessor:location}
url = http://search.cpan.org/CPAN/authors/id/B/BJ/BJOERN/SGML-Parser-OpenSP-0.994.tar.gz
md5sum = b1ee0244e9daa4d37f28cf32c4753691
configure-command =
  ${perl:location}/bin/perl Makefile.PL
make-options =
  INC=-I${opensp:location}/include
20
  OTHERLDFLAGS="-L${opensp:location}/lib -Wl,-rpath,${opensp:location}/lib"