1SUMMARY = "GNU Netcat"
2HOMEPAGE = "http://netcat.sourceforge.net"
3DESCRIPTION = "A simple Unix utility which reads and writes data across network \
4connections using TCP or UDP protocol.  It is designed to be a reliable \
5'back-end' tool that can be used directly or easily driven by other \
6programs and scripts. At the same time it is a feature-rich network \
7debugging and exploration tool, since it can create almost any kind of \
8connection you would need and has several interesting built-in \
9capabilities."
10
11SECTION = "net"
12inherit update-alternatives gettext pkgconfig
13
14ALTERNATIVE:${PN} = "nc"
15
16