version=1.28
source=(http://ftp.gnu.org/gnu/tar/tar-$version.tar.xz)

build()
{
cd tar-$version
./configure --prefix=/tools

make


make install
}
