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

[perl-SGML-Parser-OpenSP]
10
recipe = slapos.recipe.cmmi
11
# binary library should be rebuilt when perl is updated.
12 13
depends =
  ${perl:version}
14
  ${perl:revision}
15
  ${perl-Class-Accessor:location}
16
url = http://www.cpan.org/modules/by-module/SGML/SGML-Parser-OpenSP-0.994.tar.gz
17 18
md5sum = b1ee0244e9daa4d37f28cf32c4753691
configure-command =
19 20 21
  ${perl:location}/bin/perl Makefile.PL \
  INC=-I${opensp:location}/include \
  LIBS="-lstdc++ -L${opensp:location}/lib -losp"
22
make-options =
23
  OTHERLDFLAGS="-Wl,-rpath=${opensp:location}/lib"