summary refs log tree commit diff
path: root/pkgs/development/tools/misc/gperf/builder.sh
blob: 0ec3057135627d650b664c4348af19839d1d1318 (plain) (blame)
1
2
3
4
5
6
7
source $stdenv/setup

tar xvfz $src
cd gperf-*
./configure --prefix=$out
make
make install