11 lines
231 B
Text
Executable file
11 lines
231 B
Text
Executable file
name=libarchive
|
|
version=3.5.1
|
|
source="https://github.com/libarchive/libarchive/releases/download/$version/libarchive-$version.tar.xz"
|
|
|
|
build() {
|
|
cd $name-$version
|
|
|
|
./configure --prefix=/tools --without-xml2
|
|
make
|
|
make install
|
|
}
|