]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - wget/wget.nm
Merge remote-tracking branch 'stevee/unicode-ucd'
[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
MT
6name = wget
7version = 1.12
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
c85a7472 23PKG_BUILD_DEPS+= libidn-devel openssl-devel
3bac5da8 24
802ea3af
MT
25source_dl = http://ftp.gnu.org/gnu/wget/
26sources = %{thisapp}.tar.lzma
27
28build
29 requires
30 libidn-devel
31 openssl-devel
32 end
3bac5da8 33
802ea3af 34 configure_options+= \
3bac5da8 35 --sysconfdir=/etc
802ea3af
MT
36end
37
38packages
39 package %{name}
40 end
1f9bc2f0
MT
41
42 package %{name}-debuginfo
43 template DEBUGINFO
44 end
802ea3af 45end