8 lines
86 B
Bash
8 lines
86 B
Bash
|
. $stdenv/setup
|
||
|
|
||
|
tar xvfz $src
|
||
|
cd gperf-*
|
||
|
./configure --prefix=$out
|
||
|
make
|
||
|
make install
|