2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

libarchive: new package at 3.4.1

This commit is contained in:
Dylan Araps 2020-02-05 01:26:48 +02:00
parent 0751732fb7
commit 2679adc6a4
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
5 changed files with 21 additions and 0 deletions

15
extra/libarchive/build Executable file
View File

@ -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"

View File

@ -0,0 +1 @@
bb84e02f08cc3027e08e2473fc46eb7724ba9244e9c6ef8d122f68addd6042f7 libarchive-3.4.1.tar.xz

3
extra/libarchive/depends Normal file
View File

@ -0,0 +1,3 @@
bzip2
xz
zlib

1
extra/libarchive/sources Normal file
View File

@ -0,0 +1 @@
https://github.com/libarchive/libarchive/releases/download/v3.4.1/libarchive-3.4.1.tar.xz

1
extra/libarchive/version Normal file
View File

@ -0,0 +1 @@
3.4.1 1