void-packages/srcpkgs/curl/libcurl.template
2011-11-15 23:46:43 +01:00

17 lines
603 B
Plaintext

# Template file for 'libcurl'.
#
short_desc="The multiprotocol file transfer library"
long_desc="
libcurl is a free and easy-to-use client-side URL transfer library,
supporting FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP,
LDAPS, FILE, IMAP, SMTP, POP3 and RTSP. libcurl supports SSL certificates,
HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies,
user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos4),
file transfer resume, http proxy tunneling and more!"
replaces="curl-libs<7.20.1"
do_install() {
vmove "usr/lib/*.so*" usr/lib
}