curl: needs groff/perl to make curl --help use zlib, revbump.

This commit is contained in:
Juan RP 2011-11-16 16:23:41 +01:00
parent 5a824737f0
commit 54ce709d6d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,4 @@
libcurl.so.4
librt.so.1
libc.so.6
libz.so.1

View File

@ -5,7 +5,8 @@ homepage="http://curl.haxx.se"
distfiles="$homepage/download/$pkgname-$version.tar.bz2"
build_style=gnu-configure
configure_args="--enable-ldaps --with-gssapi=/usr
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt"
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt"
revision=1
short_desc="Client that groks URLs"
maintainer="Juan RP <xtraeme@gmail.com>"
license="MIT"
@ -23,6 +24,8 @@ subpackages="libcurl libcurl-devel"
Add_dependency run ca-certificates
Add_dependency build pkg-config
Add_dependency build perl ">=0"
Add_dependency build groff
Add_dependency build libidn-devel
Add_dependency build glibc-devel
Add_dependency build openssl-devel