forked from kiss-community/repo
libarchive: new package at 3.4.1
This commit is contained in:
parent
0751732fb7
commit
2679adc6a4
15
extra/libarchive/build
Executable file
15
extra/libarchive/build
Executable 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"
|
1
extra/libarchive/checksums
Normal file
1
extra/libarchive/checksums
Normal file
@ -0,0 +1 @@
|
|||||||
|
bb84e02f08cc3027e08e2473fc46eb7724ba9244e9c6ef8d122f68addd6042f7 libarchive-3.4.1.tar.xz
|
3
extra/libarchive/depends
Normal file
3
extra/libarchive/depends
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
bzip2
|
||||||
|
xz
|
||||||
|
zlib
|
1
extra/libarchive/sources
Normal file
1
extra/libarchive/sources
Normal 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
1
extra/libarchive/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
3.4.1 1
|
Loading…
Reference in New Issue
Block a user