--- /dev/null
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/corkscrew
--- /dev/null
+# 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
+}