]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - curl/curl.nm
Merge remote-tracking branch 'stevee/unicode-ucd'
[people/amarx/ipfire-3.x.git] / curl / curl.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = curl
7 version = 7.24.0
8 release = 3
9
10 groups = Application/Internet
11 url = http://www.curl.haxx.se/
12 license = MIT
13 summary = A utility for getting files from remote servers (FTP, HTTP, and others).
14
15 description
16 cURL is a tool for getting files from HTTP, FTP, FILE, LDAP, LDAPS,
17 DICT, TELNET and TFTP servers, using any of the supported protocols.
18 cURL is designed to work without user interaction or any kind of
19 interactivity. cURL offers many useful capabilities, like proxy support,
20 user authentication, FTP upload, HTTP post, and file transfer resume.
21 end
22
23 source_dl = http://curl.haxx.se/download/
24
25 build
26 requires
27 autoconf
28 automake
29 groff
30 libidn-devel
31 libssh2-devel
32 libtool-devel
33 net-tools
34 nss-devel
35 openldap-devel
36 zlib-devel
37 end
38
39 configure_options += \
40 --enable-hidden-symbols \
41 --disable-static \
42 --with-ca-bundle=/etc/pki/tls/certs/ca-bundle.crt \
43 --with-libidn \
44 --with-libssh2 \
45 --with-nss \
46 --enable-ldaps \
47 --enable-ipv6 \
48 --enable-manual \
49 --enable-threaded-resolver \
50 --without-ssl
51
52 prepare_cmds
53 autoreconf -vfi
54 end
55
56 # The testsuite runs services which bind to ports and
57 # sends queries to the internet. This may fail in some
58 # occasions.
59 #test
60 # make check
61 #end
62 end
63
64 packages
65 package curl
66
67 package libcurl
68 template LIBS
69 end
70
71 package libcurl-devel
72 template DEVEL
73
74 provides
75 curl-devel = %{thisver}
76 end
77 end
78
79 package %{name}-debuginfo
80 template DEBUGINFO
81
82 provides
83 libcurl-debuginfo = %{thisver}
84 end
85 end
86 end