commit 8750ae61e0dcd64bf6615e16f41af22e4647ea42
parent 0e56c816029f9670152fed4419ab836b4e610bb4
Author: Cem Keylan <cem@ckyln.com>
Date: Fri, 1 May 2020 12:40:32 +0300
libarchive: add new package at 3.4.2 to extra
Diffstat:
5 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/extra/libarchive/build 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"
diff --git a/extra/libarchive/checksums b/extra/libarchive/checksums
@@ -0,0 +1 @@
+d8e10494b4d3a15ae9d67a130d3ab869200cfd60b2ab533b391b0a0d5500ada1 libarchive-3.4.2.tar.xz
diff --git a/extra/libarchive/depends b/extra/libarchive/depends
@@ -0,0 +1,3 @@
+bzip2
+xz
+zlib
diff --git a/extra/libarchive/sources b/extra/libarchive/sources
@@ -0,0 +1 @@
+https://github.com/libarchive/libarchive/releases/download/v3.4.2/libarchive-3.4.2.tar.xz
diff --git a/extra/libarchive/version b/extra/libarchive/version
@@ -0,0 +1 @@
+3.4.2 1