curl: updated to 7.19.0 and enabled ldaps now.

--HG--
extra : convert_revision : a9edea94bf719d980af9866487a548ed53ee202a
This commit is contained in:
Juan RP 2008-10-13 00:28:53 +02:00
parent d9b394647c
commit 05a7bcc95e

View file

@ -1,13 +1,14 @@
# Template file for 'curl' # Template file for 'curl'
pkgname=curl pkgname=curl
version=7.18.0 version=7.19.0
extract_sufx=".tar.bz2" extract_sufx=".tar.bz2"
url=http://curl.haxx.se/download/ url=http://curl.haxx.se/download/
build_style=gnu_configure build_style=gnu_configure
configure_args="--enable-ldaps"
pkgconfig_override="libcurl.pc" pkgconfig_override="libcurl.pc"
short_desc="Client that groks URLs" short_desc="Client that groks URLs"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=f25ec844e7ef6221719439b3214fd3c3a42f5604 checksum=2849e82496eb19bd75792d64f42eaa196e1ebac3
long_desc=" long_desc="
Curl is a command line tool for transferring files with URL syntax, supporting 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 FTP, FTPS, HTTP, HTTPS, GOPHER, TELNET, DICT, FILE and LDAP. Curl supports