eth0s/toolchain/32-libarchive

12 lines
231 B
Text
Raw Normal View History

name=libarchive
2021-04-18 08:19:42 +08:00
version=3.5.1
source="https://github.com/libarchive/libarchive/releases/download/$version/libarchive-$version.tar.xz"
build() {
cd $name-$version
2020-07-02 23:33:24 +08:00
./configure --prefix=/tools --without-xml2
make
make install
}