eth0s/toolchain/32-libarchive
2020-07-02 23:33:24 +08:00

11 lines
232 B
Text
Executable file

name=libarchive
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
make
make install
}