wok-4.x rev 10667
curl: change openssl dep. to libssl
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Fri May 27 09:55:17 2011 +0200 (2011-05-27) |
parents | e0e2448eb53d |
children | 51dc38f6efca |
files | curl/receipt |
line diff
1.1 --- a/curl/receipt Fri May 27 03:48:18 2011 +0000 1.2 +++ b/curl/receipt Fri May 27 09:55:17 2011 +0200 1.3 @@ -5,12 +5,13 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Tool and libs for transferring files with URL syntax." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="openssl libcurl zlib" 1.8 -BUILD_DEPENDS="openssl-dev" 1.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.10 WEB_SITE="http://curl.haxx.se/" 1.11 WGET_URL="http://curl.haxx.se/download/$TARBALL" 1.12 1.13 +DEPENDS="libssl libcurl zlib" 1.14 +BUILD_DEPENDS="openssl-dev" 1.15 + 1.16 # Rules to configure and make the package. 1.17 compile_rules() 1.18 {