blob: 9a8775b6c8c78bb048e4130c4947d3c7ceb92332 [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"
Brad Bishop6e60e8b2018-02-01 10:27:11 -050012inherit update-alternatives gettext pkgconfig
Patrick Williamsb48b7b42016-08-17 15:04:38 -050013
Patrick Williams213cb262021-08-07 19:21:33 -050014ALTERNATIVE:${PN} = "nc"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050015