# HG changeset patch # User Eric Joseph-Alexandre # Date 1306482917 -7200 # Node ID 1518333a0bc26e69b3352c531421ff9c16367f37 # Parent e0e2448eb53d24e413a7c6035ab83b7de64084b8 curl: change openssl dep. to libssl diff -r e0e2448eb53d -r 1518333a0bc2 curl/receipt --- a/curl/receipt Fri May 27 03:48:18 2011 +0000 +++ b/curl/receipt Fri May 27 09:55:17 2011 +0200 @@ -5,12 +5,13 @@ CATEGORY="network" SHORT_DESC="Tool and libs for transferring files with URL syntax." MAINTAINER="pankso@slitaz.org" -DEPENDS="openssl libcurl zlib" -BUILD_DEPENDS="openssl-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://curl.haxx.se/" WGET_URL="http://curl.haxx.se/download/$TARBALL" +DEPENDS="libssl libcurl zlib" +BUILD_DEPENDS="openssl-dev" + # Rules to configure and make the package. compile_rules() {