aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dns2tcp
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2010-10-14 20:30:17 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2010-10-16 19:48:46 +0200
commit09b2b1abf727941c0b569e1b8fa9e1a8d10aa378 (patch)
tree0f90222cf439ea85b5147ce882f946b2219d011d /recipes/dns2tcp
parentfbb79ab6b1de0de9b4626b48420a81e19a2da322 (diff)
downloadopenembedded-09b2b1abf727941c0b569e1b8fa9e1a8d10aa378.tar.gz
dns2tcp: add recipe for dns2tcp-{client, server}
* dns2tcp is a network tool designed to relay TCP connections through DNS traffic Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/dns2tcp')
-rw-r--r--recipes/dns2tcp/dns2tcp_0.5.2.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/dns2tcp/dns2tcp_0.5.2.bb b/recipes/dns2tcp/dns2tcp_0.5.2.bb
new file mode 100644
index 0000000000..2310fb4525
--- /dev/null
+++ b/recipes/dns2tcp/dns2tcp_0.5.2.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "Dns2tcp is a network tool designed to relay TCP connections through DNS traffic"
+HOMEPAGE = "http://www.hsc.fr/ressources/outils/dns2tcp/index.html.en"
+LICENSE = "GPLv2"
+SECTION = "console/network"
+PR = "r0"
+
+SRC_URI = "http://www.hsc.fr/ressources/outils/dns2tcp/download/dns2tcp-${PV}.tar.gz"
+SRC_URI[md5sum] = "51c5dc69f5814c2936ce6832217d292d"
+SRC_URI[sha256sum] = "ea9ef59002b86519a43fca320982ae971e2df54cdc54cdb35562c751704278d9"
+
+inherit autotools
+
+PACKAGES =+ "${PN}-client ${PN}-client-dbg ${PN}-client-doc ${PN}-server ${PN}-server-dbg ${PN}-server-doc"
+FILES_${PN}-client = "${bindir}/dns2tcpc"
+FILES_${PN}-client-dbg = "${bindir}/.debug/dns2tcpc"
+FILES_${PN}-client-doc = "${mandir}/man1/dns2tcpc.1"
+FILES_${PN}-server = "${bindir}/dns2tcpd"
+FILES_${PN}-server-dbg = "${bindir}/.debug/dns2tcpd"
+FILES_${PN}-server-doc = "${mandir}/man1/dns2tcpd.1"