]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - wget/wget.nm
grep: Update to 3.3
[ipfire-3.x.git] / wget / wget.nm
index 7803a2cb984af6756691d6297613dbd547263d29..3772a387465028076d7019b5ab0d9f07e6ac177d 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = wget
-version    = 1.12
+version    = 1.19.4
 release    = 1
 
 groups     = Applications/Internet
@@ -20,24 +20,30 @@ description
        support, etc.
 end
 
-PKG_BUILD_DEPS+= libidn-devel openssl-devel
-
 source_dl  = http://ftp.gnu.org/gnu/wget/
-sources    = %{thisapp}.tar.lzma
+sources    = %{thisapp}.tar.gz
 
 build
        requires
                libidn-devel
+               libuuid-devel
                openssl-devel
        end
 
-       configure_options+= \
-               --sysconfdir=/etc
+       export CPPFLAGS = %(pkg-config --cflags openssl)
+       export LDFLAGS += %(pkg-config --libs openssl)
+
+       configure_options += \
+               --with-ssl=openssl \
+               --enable-largefile \
+               --enable-opie \
+               --enable-digest \
+               --enable-ntlm \
+               --enable-ipv6
 end
 
 packages
        package %{name}
-       end
 
        package %{name}-debuginfo
                template DEBUGINFO