From 9f256b57f873b7357867aa7f5456f19961181298 Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Tue, 30 May 2017 08:36:50 -0500 Subject: [PATCH] Corrected dependency (nettle -> libnettle) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d2ad3c8..5e5e8e3 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,nettle,openssl,zlib +export DEPENDS = glibc,gmp,gnutls,libcurl,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 = 3 +SNAPVER = 4 ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1) TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')