From 08058eeb3f1cf7f34ec23206cdf59b59a5befacf Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 15 Jan 2022 23:10:05 +0000 Subject: moved libarchive to tip for now --- repo/core/libarchive.xibuild | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 repo/core/libarchive.xibuild (limited to 'repo/core/libarchive.xibuild') diff --git a/repo/core/libarchive.xibuild b/repo/core/libarchive.xibuild deleted file mode 100644 index 80c60c4..0000000 --- a/repo/core/libarchive.xibuild +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash - -DEPS=(acl bzip2 expat lz4 openssl xz zlib zstd) - -SOURCE=https://github.com/libarchive/libarchive/releases/download/v3.5.2/libarchive-3.5.2.tar.gz - -DESC="A library that provides a single interface for reading and writing various compression formats" - -build () { - sed -i '436a if ((OSSL_PROVIDER_load(NULL, "legacy")) == NULL) \ - return (ARCHIVE_FAILED);' libarchive/archive_digest.c - - ./configure --prefix=/usr --disable-static - - make -} - -package() { - make DESTDIR=$PKG_DEST install -} -- cgit v1.2.1