eth0s/toolchain/26-tar

11 lines
159 B
Text
Raw Permalink Normal View History

name=tar
2021-04-18 08:19:42 +08:00
version=1.34
source="http://ftp.gnu.org/gnu/tar/tar-$version.tar.xz"
build() {
cd $name-$version
./configure --prefix=/tools
make
make install
}