]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - elinks/elinks.nm
openssl: Update to 1.0.0e.
[people/amarx/ipfire-3.x.git] / elinks / elinks.nm
CommitLineData
e931ca48 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
e931ca48
AF
4###############################################################################
5
802ea3af
MT
6name = elinks
7version = 0.11.7
8release = 1
e931ca48 9
802ea3af
MT
10groups = Applications/Internet
11url = http://elinks.or.cz/
12license = GPLv2
13summary = Full-Featured Text WWW Browser.
e931ca48 14
802ea3af 15description
e931ca48
AF
16 ELinks is an advanced and well-established feature-rich text mode \
17 web (HTTP/FTP/..) browser. ELinks can render both frames and tables, \
18 is highly customizable and can be extended via Lua or Guile scripts. \
19 It is quite portable and runs on a variety of platforms.
802ea3af
MT
20end
21
22source_dl =
23
24build
25 requires
26 expat-devel
27 gdbm-devel
28 gnutls-devel
29 libidn-devel
30 openssl-devel
31 zlib-devel
32 end
33
34 configure_options += \
35 --enable-bittorrent \
36 --enable-256-colors
37end
38
39packages
40 package %{name}
41 end
42end