82e678362f
svn path=/nixpkgs/trunk/; revision=4335
8 lines
91 B
Bash
8 lines
91 B
Bash
source $stdenv/setup
|
|
|
|
tar xvfz $src
|
|
cd gperf-*
|
|
./configure --prefix=$out
|
|
make
|
|
make install
|