Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | SUMMARY = "GNU Netcat" |
| 2 | HOMEPAGE = "http://netcat.sourceforge.net" |
| 3 | DESCRIPTION = "A simple Unix utility which reads and writes data across network \ |
| 4 | connections 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 \ |
| 6 | programs and scripts. At the same time it is a feature-rich network \ |
| 7 | debugging and exploration tool, since it can create almost any kind of \ |
| 8 | connection you would need and has several interesting built-in \ |
| 9 | capabilities." |
| 10 | |
| 11 | SECTION = "net" |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 12 | inherit update-alternatives gettext pkgconfig |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 13 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 14 | ALTERNATIVE:${PN} = "nc" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 15 | |