mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-03 08:07:17 -05:00
599cf3d91e
Files in the debian directory aren't being kept up to date. (For example, debian/control declares a dependency on libgnutls11-dev even though ELinks now requires at least 1.2, and debian/changelog does not mention the 0.11.* releases.) Until the files are up to date again and there is a commitment to keep them so, they belong in contrib.
21 lines
862 B
Plaintext
21 lines
862 B
Plaintext
Source: elinks
|
|
Section: web
|
|
Priority: optional
|
|
Maintainer: Peter Gervai <grin@tolna.net>
|
|
Standards-Version: 3.6.1
|
|
Build-Depends: debhelper (>= 4.0.0), m4, bison, libgnutls11-dev, libgpmg1-dev [@linux-gnu@], liblua50-dev, liblualib50-dev, libbz2-dev, libexpat1-dev (>= 1.95.6), type-handling (>= 0.2.1), libperl-dev
|
|
|
|
Package: elinks
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, debconf
|
|
Provides: links, www-browser
|
|
Description: advanced text-mode WWW browser
|
|
ELinks (Enhanced Links) is a lynx-like character mode browser,
|
|
created from the Links browser with many patches and enhancements.
|
|
It includes support for rendering tables and frames, features
|
|
background downloads, can display colors, supports the Lua scripting
|
|
language, IPV6 and has many other features. ELinks is linked against
|
|
GNUTLS to prevent license issues.
|
|
.
|
|
Homepage: http://elinks.cz/
|