buildout.cfg 654 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
parts =
  perl-SGML-Parser-OpenSP

[perl-SGML-Parser-OpenSP]
recipe = hexagonit.recipe.cmmi
11
# binary library should be rebuilt when perl is updated.
12 13
depends =
  ${perl:version}
14
  ${perl:revision}
15 16 17 18 19 20 21
  ${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
22
  OTHERLDFLAGS="-L${opensp:location}/lib -Wl,-rpath=${opensp:location}/lib"