void-packages/srcpkgs/curl/template

25 lines
1 KiB
Text
Raw Normal View History

# Template build file for 'curl'.
pkgname=curl
2012-11-20 16:44:24 +00:00
version=7.28.1
2012-10-11 06:26:44 +00:00
revision=1
build_style=gnu-configure
2011-11-15 22:46:43 +00:00
configure_args="--enable-ldaps --with-gssapi=/usr
2012-10-11 06:26:44 +00:00
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt"
depends="ca-certificates"
2012-10-11 06:26:44 +00:00
makedepends="pkg-config perl groff libidn-devel openssl-devel
libldap-devel mit-krb5-devel"
2012-05-25 20:52:50 +00:00
subpackages="libcurl libcurl-devel"
short_desc="Client that groks URLs"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-09-28 07:47:01 +00:00
license="MIT"
2012-07-29 05:09:19 +00:00
homepage="http://curl.haxx.se"
distfiles="$homepage/download/$pkgname-$version.tar.bz2"
2012-11-20 16:44:24 +00:00
checksum=e569d6deb58a516e6858cd4c348949e0397433e1354666bafde1a52d1ea77367
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."