X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=net%2Fsocat%2FMakefile;h=a7f5989ba5948c7bab23d325ecdcb9c0c06aea42;hb=293efb78310dd7ee6e69181aacf2146ac73b9cdb;hp=eb768e781279fa2e78d26cd0612b1157355ca2ab;hpb=529a8fe5aceb90ec3b8890fd81bf64eb1f64916e;p=packages.git diff --git a/net/socat/Makefile b/net/socat/Makefile index eb768e781..a7f5989ba 100644 --- a/net/socat/Makefile +++ b/net/socat/Makefile @@ -27,16 +27,18 @@ define Package/socat CATEGORY:=Network DEPENDS:=+libpthread TITLE:=A multipurpose relay (SOcket CAT) - DESCRIPTION:=\ - SoCat (for SOcket CAT) establishes two bidirectional byte streams and \\\ - transfers data between them.\\\ - Data channels may be files, pipes, devices (terminal or modem, etc.), or \\\ - sockets (Unix, IPv4, IPv6, raw, UDP, TCP, SSL). It provides forking, \\\ - logging and tracing, different modes for interprocess communication and \\\ - many more options. URL:=http://www.dest-unreach.org/socat/ endef +define Package/socat/description + SoCat (for SOcket CAT) establishes two bidirectional byte streams and + transfers data between them. + Data channels may be files, pipes, devices (terminal or modem, etc.), or + sockets (Unix, IPv4, IPv6, raw, UDP, TCP, SSL). It provides forking, + logging and tracing, different modes for interprocess communication and + many more options. +endef + define Build/Configure $(call Build/Configure/Default, \ --disable-libwrap \