kiss-mfavila-large/ports/libarchive/build

14 lines
212 B
Plaintext
Raw Normal View History

#!/bin/sh -e
2021-05-11 04:07:37 +00:00
./configure \
--prefix=/usr \
--without-nettle \
--without-openssl \
--without-xml2 \
--without-expat
make
make DESTDIR="$1" install
ln -s bsdtar "$1/usr/bin/tar"