diff --git a/Makefile b/Makefile index 5e5e8e3..cc140f0 100644 --- a/Makefile +++ b/Makefile @@ -9,13 +9,13 @@ # GNU General Public License for more details. export SRCPKG = curl -export DEPENDS = glibc,gmp,gnutls,libcurl,libnettle,openssl,zlib +export DEPENDS = glibc,gmp,libcurl,libgnutls,libnettle,openssl,zlib export ARCH = x86_64 export URL = http://curl.haxx.se/ BRIEF = Tool which transfers data from or to a server DESC = curl is a command line tool and library for transferring data \ with URL syntax -SNAPVER = 4 +SNAPVER = 5 ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1) TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n') diff --git a/Makefile.libcurl b/Makefile.libcurl index b65fc3d..ae5cc0a 100644 --- a/Makefile.libcurl +++ b/Makefile.libcurl @@ -8,7 +8,7 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -DEPENDS = glibc,gmp,gnutls,nettle,zlib +DEPENDS = glibc,gmp,libgnutls,libnettle,zlib BRIEF = Runtime library for curl DESC = Runtime library for curl