eth0s/toolchain/36-libarchive

12 lines
249 B
Text
Raw Normal View History

name=libarchive
2020-06-12 16:42:33 +08:00
version=3.4.2
source=(https://github.com/libarchive/libarchive/releases/download/v$version/libarchive-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/tools --without-xml2 --disable-shared
make
make install
}