curl: update to 7.20.1, rename curl-{libs,devel} to libcurl{,-devel} respectively.

--HG--
rename : srcpkgs/curl/curl-devel.template => srcpkgs/curl/libcurl-devel.template
rename : srcpkgs/curl/curl-libs.template => srcpkgs/curl/libcurl.template
This commit is contained in:
Juan RP
2010-05-12 07:27:58 +02:00
parent 71af7298aa
commit a42db9b593
8 changed files with 71 additions and 53 deletions

View File

@@ -1,13 +1,12 @@
# Template build file for 'curl'.
pkgname=curl
version=7.20.0
revision=1
version=7.20.1
distfiles="http://curl.haxx.se/download/$pkgname-$version.tar.bz2"
build_style=gnu_configure
configure_args="--enable-ldaps --with-gssapi=/usr --with-ca-path=/etc/ssl/certs"
short_desc="Client that groks URLs"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=eb516915da615d8f6b2b855004d5d4b19c468f080e3736d7a73c5599b9acab11
checksum=70664da8e2a8c84327abd10ed30d5a3fc9fa2151def9ee5b75f27e3538554e56
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
@@ -16,10 +15,11 @@ long_desc="
kerberos...), file transfer resume, proxy tunneling and a busload of other
useful tricks."
subpackages="$pkgname-devel $pkgname-libs"
subpackages="libcurl libcurl-devel"
Add_dependency run glibc
Add_dependency run zlib
Add_dependency run curl-libs
Add_dependency run libcurl
Add_dependency build pkg-config
Add_dependency build libidn-devel