1 { lib, stdenv, fetchurl, automake }:
3 stdenv.mkDerivation rec {
4 name = "corkscrew-2.0";
7 url = "http://agroman.net/corkscrew/${name}.tar.gz";
8 sha256 = "0d0fcbb41cba4a81c4ab494459472086f377f9edb78a2e2238ed19b58956b0be";
12 ln -sf ${automake}/share/automake-*/config.sub config.sub
13 ln -sf ${automake}/share/automake-*/config.guess config.guess
17 homepage = "http://agroman.net/corkscrew/";
18 description = "A tool for tunneling SSH through HTTP proxies";
19 license = lib.licenses.gpl2;
20 platforms = platforms.unix;