version up : curl 7.37.0.
[slapos.git] / component / curl / buildout.cfg
1 # libcurl - the multiprotocol file transfer library
2 # http://curl.haxx.se/
3
4 [buildout]
5 extends =
6   ../openssl/buildout.cfg
7   ../perl/buildout.cfg
8   ../pkgconfig/buildout.cfg
9   ../zlib/buildout.cfg
10 parts =
11   curl
12
13 [curl]
14 recipe = slapos.recipe.cmmi
15 url = http://curl.haxx.se/download/curl-7.37.0.tar.bz2
16 md5sum = 7dda0cc2e4136f78d5801ac347be696b
17 configure-options =
18   --disable-static
19   --disable-ldap
20   --disable-ldaps
21   --disable-rtsp
22   --disable-dict
23   --disable-telnet
24   --disable-tftp
25   --disable-pop3
26   --disable-imap
27   --disable-smtp
28   --disable-gopher
29   --enable-ipv6
30   --disable-sspi
31   --without-gnutls
32   --without-spnego
33   --with-ssl=${openssl:location}
34   --with-zlib=${zlib:location}
35   --without-nss
36   --without-libmetalink
37   --without-libssh2
38   --without-librtmp
39   --without-libidn
40   --without-nghttp2
41
42 environment =
43   PATH=${perl:location}/bin:${pkgconfig:location}/bin:%(PATH)s
44   PKG_CONFIG_PATH=${openssl:location}/lib/pkgconfig
45   LDFLAGS=-Wl,-rpath=${zlib:location}/lib -Wl,-rpath=${openssl:location}/lib