diff options
author | Cem Keylan <cem@ckyln.com> | 2020-05-17 02:29:59 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-05-17 02:29:59 +0300 |
commit | 5fef8e37d89e5237fbfc6f927c9bca4f83fba148 (patch) | |
tree | fc4e419a5365dde7d43d48a280fb2d38c4e4c083 | |
parent | ca332550d27ebc2a881e557272b72a39bcf98177 (diff) | |
download | repository-5fef8e37d89e5237fbfc6f927c9bca4f83fba148.tar.gz |
curl: add new package at 7.70.0
-rwxr-xr-x | testing/curl/build | 21 | ||||
-rw-r--r-- | testing/curl/checksums | 1 | ||||
-rw-r--r-- | testing/curl/depends | 2 | ||||
-rw-r--r-- | testing/curl/sources | 1 | ||||
-rw-r--r-- | testing/curl/version | 1 |
5 files changed, 26 insertions, 0 deletions
diff --git a/testing/curl/build b/testing/curl/build new file mode 100755 index 00000000..dc9e2625 --- /dev/null +++ b/testing/curl/build @@ -0,0 +1,21 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --enable-ipv6 \ + --enable-unix-sockets \ + --enable-hidden-symbols \ + --without-libidn \ + --without-libidn2 \ + --disable-manual \ + --disable-ldap \ + --disable-ares \ + --without-libidn \ + --without-librtmp \ + --without-icu \ + --without-libpsl \ + --with-pic \ + --with-bearssl + +make curl_LDFLAGS=-all-static +make DESTDIR="$1" install diff --git a/testing/curl/checksums b/testing/curl/checksums new file mode 100644 index 00000000..a7d9f104 --- /dev/null +++ b/testing/curl/checksums @@ -0,0 +1 @@ +032f43f2674008c761af19bf536374128c16241fb234699a55f9fb603fcfbae7 curl-7.70.0.tar.xz diff --git a/testing/curl/depends b/testing/curl/depends new file mode 100644 index 00000000..9ee911ae --- /dev/null +++ b/testing/curl/depends @@ -0,0 +1,2 @@ +libressl +zlib diff --git a/testing/curl/sources b/testing/curl/sources new file mode 100644 index 00000000..a05b2ea5 --- /dev/null +++ b/testing/curl/sources @@ -0,0 +1 @@ +https://curl.haxx.se/download/curl-7.70.0.tar.xz diff --git a/testing/curl/version b/testing/curl/version new file mode 100644 index 00000000..0fe6d20d --- /dev/null +++ b/testing/curl/version @@ -0,0 +1 @@ +7.70.0 1 |