2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-08-21 21:46:18 +00:00
repo/extra/libarchive/build

16 lines
263 B
Plaintext
Raw Normal View History

2020-02-04 23:26:48 +00:00
#!/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"