nixpkgs/pkgs/development/tools/parsing/bison/builder-new.sh
Eelco Dolstra 9249f4c892 * Bleeding edge Bison.
svn path=/nixpkgs/trunk/; revision=730
2004-01-30 15:52:17 +00:00

11 lines
176 B
Bash
Executable file

#! /bin/sh
buildinputs="$m4"
. $stdenv/setup || exit 1
tar xvfz $src || exit 1
cd bison-* || exit 1
./configure --prefix=$out || exit 1
make || exit 1
make install || exit 1