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