diff options
author | Philip Wittamore <philip@wittamore.com> | 2025-09-24 22:26:00 +0200 |
---|---|---|
committer | Philip Wittamore <philip@wittamore.com> | 2025-09-24 22:26:00 +0200 |
commit | c2ecaf87e462fd6600ce5ee6a29cb352de042714 (patch) | |
tree | 70f607a8c9bce7f0d40c559ec4112d3dd154eb50 /PACKAGE/debian/control | |
download | lynx-c2ecaf87e462fd6600ce5ee6a29cb352de042714.tar.gz lynx-c2ecaf87e462fd6600ce5ee6a29cb352de042714.tar.bz2 lynx-c2ecaf87e462fd6600ce5ee6a29cb352de042714.zip |
update
Diffstat (limited to 'PACKAGE/debian/control')
-rw-r--r-- | PACKAGE/debian/control | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/PACKAGE/debian/control b/PACKAGE/debian/control new file mode 100644 index 0000000..1875ece --- /dev/null +++ b/PACKAGE/debian/control @@ -0,0 +1,21 @@ +Source: lynx-dev +Section: web +Priority: optional +Maintainer: Thomas E. Dickey <dickey@invisible-island.net> +Homepage: https://invisible-island.net/lynx/ +Build-Depends: debhelper (>= 7), dpatch, po-debconf, libncursesw5-dev, zlib1g-dev, gettext, libgnutls-dev, sharutils, telnet, openssh-client, libbsd-dev, libidn11-dev +Standards-Version: 3.8.2 + +Package: lynx-dev +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Provides: www-browser, news-reader +Recommends: mime-support +Description: Text-mode WWW Browser with NLS support (development version) + Lynx is a fully-featured World Wide Web (WWW) client for users running + cursor-addressable, character-cell display devices. It is very fast and easy + to use. It will display HTML documents containing links to files residing on + the local system, as well as files residing on remote systems running Gopher, + HTTP, FTP, WAIS, and NNTP servers. + . + This package contains a development version of lynx. |