2009-02-25 15:39:02 +00:00
|
|
|
# Template build file for 'curl'.
|
2008-10-04 04:29:49 +00:00
|
|
|
pkgname=curl
|
2011-06-24 16:04:24 +00:00
|
|
|
version=7.21.7
|
2008-10-28 22:57:52 +00:00
|
|
|
distfiles="http://curl.haxx.se/download/$pkgname-$version.tar.bz2"
|
2008-09-30 13:22:57 +00:00
|
|
|
build_style=gnu_configure
|
2011-06-22 21:19:36 +00:00
|
|
|
configure_args="--enable-ldaps --with-gssapi=/usr \
|
|
|
|
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt"
|
2008-09-30 13:22:57 +00:00
|
|
|
short_desc="Client that groks URLs"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-06-24 16:04:24 +00:00
|
|
|
checksum=1a50dd17400c042090203eef347e946f29c342c32b6c4843c740c80975e8215a
|
2008-09-30 13:22:57 +00:00
|
|
|
long_desc="
|
|
|
|
Curl is a command line tool for transferring files with URL syntax, supporting
|
|
|
|
FTP, FTPS, HTTP, HTTPS, GOPHER, TELNET, DICT, FILE and LDAP. Curl supports
|
|
|
|
HTTPS certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload,
|
|
|
|
proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate,
|
|
|
|
kerberos...), file transfer resume, proxy tunneling and a busload of other
|
|
|
|
useful tricks."
|
2008-10-20 14:34:27 +00:00
|
|
|
|
2010-05-12 05:27:58 +00:00
|
|
|
subpackages="libcurl libcurl-devel"
|
|
|
|
|
2010-01-11 16:29:53 +00:00
|
|
|
Add_dependency run glibc
|
|
|
|
Add_dependency run zlib
|
2010-05-12 05:27:58 +00:00
|
|
|
Add_dependency run libcurl
|
2011-06-22 21:19:36 +00:00
|
|
|
Add_dependency run libidn
|
2011-06-22 21:27:48 +00:00
|
|
|
Add_dependency run ca-certificates
|
2010-04-23 14:41:04 +00:00
|
|
|
|
2010-01-11 16:29:53 +00:00
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build libidn-devel
|
|
|
|
Add_dependency build glibc-devel
|
|
|
|
Add_dependency build openssl-devel
|
|
|
|
Add_dependency build zlib-devel
|
2010-04-23 14:41:04 +00:00
|
|
|
Add_dependency build libldap-devel
|
|
|
|
Add_dependency build mit-krb5-devel
|