2009-02-25 16:39:02 +01:00
|
|
|
# Template build file for 'curl'.
|
2008-10-04 06:29:49 +02:00
|
|
|
pkgname=curl
|
2012-01-24 21:02:20 +01:00
|
|
|
version=7.24.0
|
2011-09-28 09:47:01 +02:00
|
|
|
homepage="http://curl.haxx.se"
|
|
|
|
distfiles="$homepage/download/$pkgname-$version.tar.bz2"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2011-11-15 23:46:43 +01:00
|
|
|
configure_args="--enable-ldaps --with-gssapi=/usr
|
2011-11-16 16:23:41 +01:00
|
|
|
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt"
|
2012-05-23 18:26:56 +02:00
|
|
|
depends="ca-certificates"
|
|
|
|
makedepends="pkg-config perl>=0 groff libidn-devel glibc-devel openssl-devel zlib-devel libldap-devel mit-krb5-devel"
|
2008-09-30 15:22:57 +02:00
|
|
|
short_desc="Client that groks URLs"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-09-28 09:47:01 +02:00
|
|
|
license="MIT"
|
2012-01-24 21:02:20 +01:00
|
|
|
checksum=ebdb111088ff8b0e05b1d1b075e9f1608285e8105cc51e21caacf33d01812c16
|
2008-09-30 15:22:57 +02: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 16:34:27 +02:00
|
|
|
|
2010-05-12 07:27:58 +02:00
|
|
|
subpackages="libcurl libcurl-devel"
|
|
|
|
|
2010-04-23 16:41:04 +02:00
|
|
|
|