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

30 lines
1 KiB
Plaintext

# Template file for 'curl-devel'.
#
short_desc="The multiprotocol file transfer library - development files"
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!
This package contains files for development, headers, static libs, etc."
replaces="curl-devel<7.20.1"
Add_dependency run libidn-devel
Add_dependency run openssl-devel
Add_dependency run libldap-devel
Add_dependency run mit-krb5-devel
Add_dependency run libcurl
do_install() {
vmove usr/bin/curl-config usr/bin
vmove "usr/share/man/man1/curl-config*" usr/share/man/man1
vmove usr/include usr
vmove "usr/lib/*.a" usr/lib
vmove usr/lib/pkgconfig usr/lib
vmove usr/share/man/man3 usr/share/man
}