]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blobdiff - wget/wget.nm
Move all packages to root.
[people/pmueller/ipfire-3.x.git] / wget / wget.nm
diff --git a/wget/wget.nm b/wget/wget.nm
new file mode 100644 (file)
index 0000000..29d21c9
--- /dev/null
@@ -0,0 +1,41 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = wget
+version    = 1.12
+release    = 1
+
+groups     = Applications/Internet
+url        = http://www.gnu.org/software/wget/
+license    = GPLv3+
+summary    = Commandline tool to download files.
+
+description
+       GNU Wget is a free software package for retrieving files using
+       HTTP, HTTPS and FTP, the most widely-used Internet protocols.
+       It is a non-interactive commandline tool, so it may easily be
+       called from scripts, cron jobs, terminals without X-Windows
+       support, etc.
+end
+
+PKG_BUILD_DEPS+= libidn-devel openssl-devel
+
+source_dl  = http://ftp.gnu.org/gnu/wget/
+sources    = %{thisapp}.tar.lzma
+
+build
+       requires
+               libidn-devel
+               openssl-devel
+       end
+
+       configure_options+= \
+               --sysconfdir=/etc
+end
+
+packages
+       package %{name}
+       end
+end