]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - wget/wget.nm
wget: Update to version 1.16.3
[people/amarx/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
df5c0559 7version = 1.16.3
802ea3af 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
802ea3af 23source_dl = http://ftp.gnu.org/gnu/wget/
f6a7c97c 24sources = %{thisapp}.tar.xz
802ea3af
MT
25
26build
27 requires
28 libidn-devel
f6a7c97c 29 libuuid-devel
802ea3af
MT
30 openssl-devel
31 end
3bac5da8 32
f6a7c97c
MT
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
802ea3af
MT
43end
44
45packages
46 package %{name}
1f9bc2f0
MT
47
48 package %{name}-debuginfo
49 template DEBUGINFO
50 end
802ea3af 51end