]> git.ipfire.org Git - ipfire-3.x.git/blob - wget/wget.nm
git: Update to 2.23.0
[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.20.1
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 = https://ftp.gnu.org/gnu/wget/
24
25 build
26 requires
27 libidn-devel
28 libuuid-devel
29 openssl-devel
30 end
31
32 export CPPFLAGS = %(pkg-config --cflags openssl)
33 export LDFLAGS += %(pkg-config --libs openssl)
34
35 configure_options += \
36 --with-ssl=openssl \
37 --enable-largefile \
38 --enable-opie \
39 --enable-digest \
40 --enable-ntlm \
41 --enable-ipv6
42 end
43
44 packages
45 package %{name}
46
47 package %{name}-debuginfo
48 template DEBUGINFO
49 end
50 end