Merges.
[vuplus_openembedded] / socat / socat_1.3.2.1.oe
1 DEPENDS = "virtual/libc openssl"
2 DESCRIPTION = "Socat is a relay for bidirectional data \
3 transfer between two independent data channels."
4
5 SRC_URI = "http://www.dest-unreach.org/socat/download/socat-${PV}.tar.bz2 \
6            file://ldflags.patch;patch=1"
7 S = "${WORKDIR}/socat-1.3"
8
9 inherit autotools
10
11 do_install_prepend () {
12         install -d ${D}/${bindir} ${D}/${mandir}/man1
13 }