eth0s/toolchain/29-tar

10 lines
159 B
Text
Executable file

name=tar
version=1.32
source=(http://ftp.gnu.org/gnu/tar/tar-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/tools
make
make install
}