blob: 91a24a106fb5118b5b5385e2c2b4b193be5dbe29 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "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
13
14ALTERNATIVE_${PN} = "nc"
15