]> git.pld-linux.org Git - packages/elinks.git/blame - elinks.spec
- merged from DEVEL
[packages/elinks.git] / elinks.spec
CommitLineData
21bf3c6a
AG
1# Conditional build:
2%bcond_with x # Use the X Windows System
3d4d38d9
AG
3%bcond_with gnutls # Enable GNUTLS SSL support (disables openssl)
4%bcond_with js # Enable experimental JavaScript support (using SpiderMonkey)
5%bcond_without 256 # Disable 256 colors support
21bf3c6a 6%bcond_without cgi # Disable Local CGI support
3d4d38d9
AG
7%bcond_without guile # Disable Guile scripting
8%bcond_without idn # Disable Internation Domain Names support
9%bcond_without ipv6 # Disable IPv6 support
21bf3c6a 10%bcond_without led # Disable LEDs
4ab15584 11%bcond_without lua # Disable Lua scripting
3d4d38d9
AG
12%bcond_without openssl # Disable OpenSSL support
13%bcond_without perl # Disable Perl scripting
14#
15%if %{with gnutls}
16%undefine with_openssl
17%endif
21bf3c6a 18#
17631700 19Summary: Experimantal Links (text WWW browser)
c15f1e53 20Summary(es): El links es un browser para modo texto, similar a lynx
2ef761b0 21