Hello,

This package was requested on irc a few days ago. Hope its useful.

koniu
From 01b8918c96d34a475e2002886f1394c52051238f Mon Sep 17 00:00:00 2001
From: koniu <gkusni...@gmail.com>
Date: Fri, 3 Dec 2010 11:10:42 +0000
Subject: [PATCH] new package - corkscrew

Signed-off-by: koniu <gkusni...@gmail.com>
---
 net/corkscrew/Makefile |   36 ++++++++++++++++++++++++++++++++++++
 1 files changed, 36 insertions(+), 0 deletions(-)
 create mode 100644 net/corkscrew/Makefile

diff --git a/net/corkscrew/Makefile b/net/corkscrew/Makefile
new file mode 100644
index 0000000..477ddec
--- /dev/null
+++ b/net/corkscrew/Makefile
@@ -0,0 +1,36 @@
+# 
+# Copyright (C) 2010 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+
+include $(TOPDIR)/rules.mk
+
+PKG_NAME:=corkscrew
+PKG_VERSION:=2.0
+PKG_RELEASE:=1
+
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
+PKG_SOURCE_URL:=http://www.agroman.net/corkscrew/
+PKG_MD5SUM:=35df77e7f0e59c0ec4f80313be52c10a
+
+include $(INCLUDE_DIR)/package.mk
+
+define Package/corkscrew
+  SECTION:=net
+  CATEGORY:=Network
+  TITLE:=Tunneling SSH through HTTP proxies.
+  URL:=http://www.agroman.net/corkscrew/
+endef
+
+define Build/Configure
+  $(call Build/Configure/Default,)
+endef
+
+define Package/corkscrew/install
+        $(INSTALL_DIR) $(1)/usr/bin
+	$(CP) $(PKG_BUILD_DIR)/corkscrew $(1)/usr/bin/
+endef
+
+$(eval $(call BuildPackage,corkscrew))
-- 
1.7.2.3

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to