16 lines
603 B
Text
16 lines
603 B
Text
# 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
|
|
}
|