summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-protocols/tsocks/tsocks_1.8beta5.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/tsocks/tsocks_1.8beta5.bb b/meta-networking/recipes-protocols/tsocks/tsocks_1.8beta5.bb
new file mode 100644
index 0000000000..b3a9620c68
--- /dev/null
+++ b/meta-networking/recipes-protocols/tsocks/tsocks_1.8beta5.bb
@@ -0,0 +1,23 @@
1SUMMARY = "Libraries and wrapper for using a SOCKS proxy"
2DESCRIPTION = "The role of tsocks is to allow non SOCKS aware \
3applications (e.g telnet, ssh, ftp etc) to use SOCKS without any \
4modification. It does this by intercepting the calls that applications \
5make to establish network connections and negotating them through a \
6SOCKS server as necessary."
7HOMEPAGE = "http://sourceforge.net/projects/tsocks/"
8SECTION = "net"
9LICENSE = "GPL-2.0"
10LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760"
11
12SRC_URI = "http://downloads.sourceforge.net/tsocks/tsocks-${PV}.tar.gz"
13
14SRC_URI[md5sum] = "51caefd77e5d440d0bbd6443db4fc0f8"
15SRC_URI[sha256sum] = "849d7ef5af80d03e76cc05ed9fb8fa2bcc2b724b51ebfd1b6be11c7863f5b347"
16
17inherit autotools-brokensep
18
19S = "${WORKDIR}/tsocks-1.8"
20
21FILES_${PN} = "${libdir}/* ${bindir}/tsocks"
22FILES_${PN}-dev = ""
23INSANE_SKIP_${PN} = "dev-so"