]> git.ipfire.org Git - ipfire-3.x.git/blame - elinks/elinks.nm
sysctl.conf: Turn on hard- and symlink protection
[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 6name = elinks
59d8b764
AF
7version = 0.12
8ver_suffix = pre6
9release = 1.%{ver_suffix}
10thisapp = %{name}-%{version}%{ver_suffix}
e931ca48 11
802ea3af
MT
12groups = Applications/Internet
13url = http://elinks.or.cz/
14license = GPLv2
15summary = Full-Featured Text WWW Browser.
e931ca48 16
802ea3af 17description
e931ca48
AF
18 ELinks is an advanced and well-established feature-rich text mode \
19 web (HTTP/FTP/..) browser. ELinks can render both frames and tables, \
20 is highly customizable and can be extended via Lua or Guile scripts. \
21 It is quite portable and runs on a variety of platforms.
802ea3af
MT
22end
23
59d8b764
AF
24source_dl = http://elinks.or.cz/download/
25sources = %{thisapp}.tar.bz2
802ea3af
MT
26
27build
28 requires
29 expat-devel
30 gdbm-devel
31 gnutls-devel
32 libidn-devel
33 openssl-devel
34 zlib-devel
35 end
36
37 configure_options += \
38 --enable-bittorrent \
39 --enable-256-colors
2bc2870c
MT
40
41 install_cmds
42 # Remove some weird file.
43 rm -f %{BUILDROOT}/usr/share/locale/locale.alias
44 end
802ea3af
MT
45end
46
47packages
48 package %{name}
49 end
1f9bc2f0
MT
50
51 package %{name}-debuginfo
52 template DEBUGINFO
53 end
802ea3af 54end