# Description: Controls the generation of executables and other compile-related tasks # URL: https://www.gnu.org/software/make/ # Maintainer: KRAK3N Team, core ports at krak3n dot my name=make version=4.4.1 release=1 source=(https://ftpmirror.gnu.org/gnu/${name}/${name}-${version}.tar.gz) build() { cd ${name}-${version} ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --libdir=/usr/lib \ --infodir=/usr/share/info \ --mandir=/usr/share/man make make DESTDIR=$PKG install }