#!/bin/bash DEPS=(glibc) SOURCE=https://git.savannah.gnu.org/git/tar.git DESC="Utility used to store, backup and transport files" build () { ./bootstrap ./configure --prefix=/usr make make DESTDIR=$PKG_DEST install }