description="Controls the generation of executables and other compile-related tasks" packager="" maintainer="CRUX System Team, core-ports at crux dot nu" url="http://www.gnu.org/software/make/" depends=() name=make version=3.82 release=1 source=(ftp://ftp.gnu.org/gnu/make/make-3.82.tar.bz2) build () { cd $name-$version; ./configure --prefix=/usr --mandir=/usr/man --disable-nls; make; make DESTDIR=$PKG install; rm -r $PKG/usr/share }