287edecf42
* Started moving the gcc wrapper stuff out of stdenv. * Added octavefront and rna. svn path=/nixpkgs/trunk/; revision=814
11 lines
126 B
Bash
Executable file
11 lines
126 B
Bash
Executable file
#! /bin/sh -e
|
|
|
|
buildinputs="$ncurses"
|
|
. $stdenv/setup
|
|
|
|
tar xvfz $src
|
|
cd texinfo-*
|
|
./configure --prefix=$out
|
|
make
|
|
make install
|