void-packages/srcpkgs/curl/template

25 lines
1 KiB
Text

# Template build file for 'curl'.
pkgname=curl
version=7.24.0
homepage="http://curl.haxx.se"
distfiles="$homepage/download/$pkgname-$version.tar.bz2"
build_style=gnu-configure
configure_args="--enable-ldaps --with-gssapi=/usr
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt"
depends="ca-certificates"
makedepends="pkg-config perl>=0 groff libidn-devel glibc-devel openssl-devel zlib-devel libldap-devel mit-krb5-devel"
short_desc="Client that groks URLs"
maintainer="Juan RP <xtraeme@gmail.com>"
license="MIT"
checksum=ebdb111088ff8b0e05b1d1b075e9f1608285e8105cc51e21caacf33d01812c16
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."
subpackages="libcurl libcurl-devel"