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