aboutsummaryrefslogtreecommitdiffstats
path: root/packages/socat/socat_1.3.2.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/socat/socat_1.3.2.1.bb')
-rw-r--r--packages/socat/socat_1.3.2.1.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/socat/socat_1.3.2.1.bb b/packages/socat/socat_1.3.2.1.bb
index e69de29bb2..d4fb2c19a5 100644
--- a/packages/socat/socat_1.3.2.1.bb
+++ b/packages/socat/socat_1.3.2.1.bb
@@ -0,0 +1,14 @@
+SECTION = "console/network"
+DEPENDS = "openssl"
+DESCRIPTION = "Socat is a relay for bidirectional data \
+transfer between two independent data channels."
+LICENSE = "GPL"
+SRC_URI = "http://www.dest-unreach.org/socat/download/socat-${PV}.tar.bz2 \
+ file://ldflags.patch;patch=1"
+S = "${WORKDIR}/socat-1.3"
+
+inherit autotools
+
+do_install_prepend () {
+ install -d ${D}/${bindir} ${D}/${mandir}/man1
+}