]> git.pld-linux.org Git - packages/elinks.git/blame_incremental - elinks.spec
- added pl.po-update patch
[packages/elinks.git] / elinks.spec
... / ...
CommitLineData
1#
2# Conditional build:
3%bcond_with x # Use the X Windows System
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
7%bcond_without cgi # Disable Local CGI support
8%bcond_without guile # Disable Guile scripting
9%bcond_without idn # Disable Internation Domain Names support
10%bcond_without ipv6 # Disable IPv6 support
11%bcond_without led # Disable LEDs
12%bcond_without lua # Disable Lua scripting
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
19#
20Summary: Experimantal Links (text WWW browser)
21Summary(es): El links es un browser para modo texto, similar a lynx
22