This repository has been archived on 2022-01-17. You can view files and clone it, but cannot push or open issues/pull-requests.
recipes/curl/recipe.spec

28 lines
608 B
Plaintext

name: curl
version: 7.65.3
release: 4
sources:
- https://curl.haxx.se/download/curl-%{version}.tar.gz
- ca-certificates.crt
# build-dependencies: make, openssl-dev
build-dependencies: make, libressl-dev
@configure
cd %{name}-%{version}
./configure \
--prefix="%{prefix}" \
--enable-ipv6 \
--enable-unix-sockets \
--enable-static \
--enable-openssl \
--without-libidn \
--without-libidn2 \
--with-nghttp2 \
--disable-ldap \
--with-pic \
--without-libssh2 # https://bugs.alpinelinux.org/issues/10222
mkdir -p %{pkg}/etc/ssl/certs/
cp ../ca-certificates.crt %{pkg}/etc/ssl/certs/