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