]> git.ipfire.org Git - ipfire-3.x.git/blame - wget/wget.nm
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / wget / wget.nm
CommitLineData
3bac5da8 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
3bac5da8
AF
4###############################################################################
5
802ea3af 6name = wget
51cb30ae 7version = 1.21.4
3ceb9ff3 8release = 1
3bac5da8 9
802ea3af
MT
10groups = Applications/Internet
11url = http://www.gnu.org/software/wget/
12license = GPLv3+
13summary = Commandline tool to download files.
3bac5da8 14
802ea3af
MT
15description
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
3bac5da8 20 support, etc.
802ea3af 21end
3bac5da8 22
f6138f4e 23source_dl = https://ftp.gnu.org/gnu/wget/
802ea3af
MT
24
25build
26 requires
27 libidn-devel
f6a7c97c 28 libuuid-devel
802ea3af
MT
29 openssl-devel
30 end
3bac5da8 31
f6a7c97c 32 export CPPFLAGS = %(pkg-config --cflags openssl)
afcf8624 33 LDFLAGS += %(pkg-config --libs openssl)
f6a7c97c
MT
34
35 configure_options += \
36 --with-ssl=openssl \
37 --enable-largefile \
38 --enable-opie \
39 --enable-digest \
40 --enable-ntlm \
41 --enable-ipv6
802ea3af
MT
42end
43
44packages
45 package %{name}
1f9bc2f0
MT
46
47 package %{name}-debuginfo
48 template DEBUGINFO
49 end
802ea3af 50end