]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - elinks/elinks.nm
glibc: Update to 2.20
[people/ms/ipfire-3.x.git] / elinks / elinks.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = elinks
7 version = 0.12
8 ver_suffix = pre6
9 release = 1.%{ver_suffix}
10 thisapp = %{name}-%{version}%{ver_suffix}
11
12 groups = Applications/Internet
13 url = http://elinks.or.cz/
14 license = GPLv2
15 summary = Full-Featured Text WWW Browser.
16
17 description
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.
22 end
23
24 source_dl = http://elinks.or.cz/download/
25 sources = %{thisapp}.tar.bz2
26
27 build
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
40
41 install_cmds
42 # Remove some weird file.
43 rm -f %{BUILDROOT}/usr/share/locale/locale.alias
44 end
45 end
46
47 packages
48 package %{name}
49 end
50
51 package %{name}-debuginfo
52 template DEBUGINFO
53 end
54 end