]> git.ipfire.org Git - ipfire-3.x.git/blob - wget/wget.nm
kernel: Disable support for 6RD
[ipfire-3.x.git] / wget / wget.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = wget
7 version = 1.19.4
8 release = 1
9
10 groups = Applications/Internet
11 url = http://www.gnu.org/software/wget/
12 license = GPLv3+
13 summary = Commandline tool to download files.
14
15 description
16 GNU Wget is a free software package for retrieving files using
17 HTTP, HTTPS and FTP, the most widely-used Internet protocols.
18 It is a non-interactive commandline tool, so it may easily be
19 called from scripts, cron jobs, terminals without X-Windows
20 support, etc.
21 end
22
23 source_dl = http://ftp.gnu.org/gnu/wget/
24 sources = %{thisapp}.tar.gz
25
26 build
27 requires
28 libidn-devel
29 libuuid-devel
30 openssl-devel
31 end
32
33 export CPPFLAGS = %(pkg-config --cflags openssl)
34 export LDFLAGS += %(pkg-config --libs openssl)
35
36 configure_options += \
37 --with-ssl=openssl \
38 --enable-largefile \
39 --enable-opie \
40 --enable-digest \
41 --enable-ntlm \
42 --enable-ipv6
43 end
44
45 packages
46 package %{name}
47
48 package %{name}-debuginfo
49 template DEBUGINFO
50 end
51 end