]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - elinks/elinks.nm
u-boot: Update to 2013.07rc2.
[people/ms/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
2bc2870c 8release = 2
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
2bc2870c
MT
37
38 install_cmds
39 # Remove some weird file.
40 rm -f %{BUILDROOT}/usr/share/locale/locale.alias
41 end
802ea3af
MT
42end
43
44packages
45 package %{name}
46 end
1f9bc2f0
MT
47
48 package %{name}-debuginfo
49 template DEBUGINFO
50 end
802ea3af 51end