From 8750ae61e0dcd64bf6615e16f41af22e4647ea42 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 1 May 2020 12:40:32 +0300 Subject: libarchive: add new package at 3.4.2 to extra --- extra/libarchive/build | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 extra/libarchive/build (limited to 'extra/libarchive/build') diff --git a/extra/libarchive/build b/extra/libarchive/build new file mode 100755 index 00000000..6e30984c --- /dev/null +++ b/extra/libarchive/build @@ -0,0 +1,15 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --without-nettle \ + --without-openssl \ + --without-xml2 \ + --without-expat + +make +make DESTDIR="$1" install + +ln -s bsdcat "$1/usr/bin/cat" +ln -s bsdcpio "$1/usr/bin/cpio" +ln -s bsdtar "$1/usr/bin/tar" -- cgit v1.2.3