corkscrew: initial release
[crux-ports.git] / corkscrew / Pkgfile
diff --git a/corkscrew/Pkgfile b/corkscrew/Pkgfile
new file mode 100644 (file)
index 0000000..eb5625b
--- /dev/null
@@ -0,0 +1,18 @@
+# Description: Tool for tunneling SSH through HTTP proxies
+# URL: http://www.agroman.net/corkscrew/
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on:
+
+name=corkscrew
+version=2.0
+release=1
+source=(http://www.agroman.net/$name/$name-$version.tar.gz)
+
+build() {
+       cd $name-$version
+
+       ./configure --prefix=/usr
+
+       make
+       make DESTDIR=$PKG install
+}