Commit 75b79261 authored by Alain Takoudjou's avatar Alain Takoudjou

Add gsoap component

parent 855ed0e3
[buidlout]
parts =
gsoap
extends =
../openssl/buildout.cfg
../zlib/buildout.cfg
../flex/buildout.cfg
../autoconf/buildout.cfg
../perl/buildout.cfg
../automake/buildout.cfg
../bison/buildout.cfg
[automake1.10]
recipe = slapos.recipe.cmmi
url = http://ftp.gnu.org/gnu/automake/automake-1.10.3.tar.gz
md5sum = 03bc9ebfa805f9ee5635f1f53fa1fa5f
environment =
PATH =${autoconf:location}/bin:${perl:location}/bin:%(PATH)s
[gsoap]
recipe = slapos.recipe.cmmi
url = http://netcologne.dl.sourceforge.net/project/gsoap2/gSOAP/gsoap_2.8.15.zip
md5sum = abd244644446ae08d3aa36ece9113ad4
configure-command =
chmod -R 744 ${buildout:parts-directory}/${:_buildout_section_name_}__compile__
./configure
configure-options =
--enable-ipv6
environment =
PATH=${pkgconfig:location}/bin:${bison:location}/bin:${flex:location}/bin:${automake1.10:location}/bin:${autoconf:location}/bin:%(PATH)s
PKG_CONFIG_PATH=${openssl:location}/lib/pkgconfig
CPPFLAGS =-I${openssl:location}/include -I${zlib:location}/include
LDFLAGS =-L${zlib:location}/lib -L${openssl:location}/lib -Wl,-rpath=${openssl:location}/lib
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment