]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - wget/wget.nm
7803a2cb984af6756691d6297613dbd547263d29
[people/ms/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.12
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 PKG_BUILD_DEPS+= libidn-devel openssl-devel
24
25 source_dl = http://ftp.gnu.org/gnu/wget/
26 sources = %{thisapp}.tar.lzma
27
28 build
29 requires
30 libidn-devel
31 openssl-devel
32 end
33
34 configure_options+= \
35 --sysconfdir=/etc
36 end
37
38 packages
39 package %{name}
40 end
41
42 package %{name}-debuginfo
43 template DEBUGINFO
44 end
45 end