# Description: Controls the generation of executables and other compile-related tasks # URL: http://www.gnu.org/software/make/ # Maintainer: CRUX System Team, core-ports at crux dot nu # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu name=make version=4.2.1 release=2 source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2) build() { cd $name-$version sed -i '211,217 d; 219,229 d; 232 d' glob/glob.c ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ --disable-nls make make DESTDIR=$PKG install rm -rf $PKG/usr/share }