2b4220fb88
svn path=/nixpkgs/trunk/; revision=8787
13 lines
172 B
Bash
Executable file
13 lines
172 B
Bash
Executable file
source $stdenv/setup
|
|
|
|
tar zxvf $src
|
|
cd putty-*/unix/
|
|
|
|
ensureDir $out/bin
|
|
ensureDir $out/share/man/man1
|
|
|
|
./configure --prefix=$out --with-gtk-prefix=$gtk
|
|
make
|
|
make install
|
|
|