LICENSE   := curl
DOWNLOADS := curl.archive
VERSION   := 8.20.0

URL(curl) := https://curl.se/download/curl-$(VERSION).tar.gz
SHA(curl) := fc5819cad3f9f5482669adcdc49a782c15f36d2a0715b395b06d9173593d2dc0
DIR(curl) := src

PATCHES   := $(addprefix patches/,max_write_size.patch \
                                  no_cmake.patch \
                                  remove_generated_src.patch \
                                  xattr.patch \
                                  gnutls.patch \
                                  nosigpipe.patch \
                                  link_libcurl_static.patch \
                                  configure.patch \
                                  libcurl.pc.patch)
