#!/bin/bash DEPS=(glibc bash) SOURCE=git://git.sv.gnu.org/m4 build () { ./configure --prefix=/usr make make check make DESTDIR=$PKG_DEST install }