nixpkgs/pkgs-ng/development/tools/gnumake/builder.sh
Eelco Dolstra 646a101086 * Refactoring.
* README contains notes on hierarchy structure.

svn path=/nixpkgs/trunk/; revision=469
2003-11-03 16:20:16 +00:00

10 lines
157 B
Bash
Executable file

#! /bin/sh
. $stdenv/setup || exit 1
tar xvfj $src || exit 1
cd make-* || exit 1
./configure --prefix=$out || exit 1
make || exit 1
make install || exit 1