From 739c65c54cb0e957df5e9b76f93fb02554e5cac3 Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 4 May 2022 23:52:30 +0100 Subject: moved everything to new file formatting --- repo/util/curl.xibuild | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 repo/util/curl.xibuild (limited to 'repo/util/curl.xibuild') diff --git a/repo/util/curl.xibuild b/repo/util/curl.xibuild deleted file mode 100644 index 957311b..0000000 --- a/repo/util/curl.xibuild +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh - -MAKEDEPS="make " -DEPS="openssl zlib zstd libnghttp libpsl cacerts" - -PKG_VER=7.80.0 -SOURCE=https://curl.se/download/curl-$PKG_VER.tar.xz -DESC="A utility for transfering files with URL syntax" - -build () { - ./configure --prefix=/usr \ - --disable-static \ - --with-openssl \ - --enable-threaded-resolver \ - --with-ca-path=/etc/ssl/certs && - make -} - -package () { - make DESTDIR=$PKG_DEST install -} -- cgit v1.2.1