eth0s/toolchain/32-libarchive

12 lines
196 B
Text
Raw Permalink Normal View History

name=libarchive
2022-04-09 08:19:46 +08:00
version=3.6.0
source="https://libarchive.org/downloads/libarchive-$version.tar.xz"
build() {
cd $name-$version
2020-07-02 23:33:24 +08:00
./configure --prefix=/tools --without-xml2
make
make install
}