mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-27 16:15:05 +00:00
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
|
|
|