2019-09-28 00:17:56 +08:00
|
|
|
name=libarchive
|
2020-06-12 16:42:33 +08:00
|
|
|
version=3.4.2
|
2019-09-28 00:17:56 +08:00
|
|
|
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
|
|
|
|
}
|