diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-11-08 23:14:10 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-11-08 23:14:10 -0500 |
commit | 79a4dcec2e34c5d58ab0661146ee9727452d672b (patch) | |
tree | 7ba0b1b446c048dfbc8d2050f9a1615dbbc2812f /scripts/curl/build.sh | |
parent | 477ecc69f6a8cc6a00015d21e7cb27baf59ba689 (diff) | |
download | spm-79a4dcec2e34c5d58ab0661146ee9727452d672b.tar.gz |
Whoosh
Diffstat (limited to 'scripts/curl/build.sh')
-rw-r--r-- | scripts/curl/build.sh | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/scripts/curl/build.sh b/scripts/curl/build.sh index 91ef02f..3852638 100644 --- a/scripts/curl/build.sh +++ b/scripts/curl/build.sh @@ -5,9 +5,15 @@ revision=0 sources=( "https://curl.haxx.se/download/${name}-${version}.tar.xz" ) +build_depends=( + "tar" + "xz" + "autoconf" + "automake" +) depends=( - "libffi-3.2.1-0.tar.gz" - "openssl-1.1.1d-0.tar.gz" + "libffi-3.2.1" + "openssl-1.1.1d" ) |