CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
curl: aligned with upstream
[crossrootfs.git] / wget / Pkgfile
index 679199e0344fa49cbf1d49739202198de51b37af..5a0b5a284501f57d6278139fcc706f24b928c1d6 100644 (file)
@@ -1,13 +1,13 @@
 # Description: A network utility for downloading content from the Web
 # URL: http://www.gnu.org/software/wget/
 # Maintainer: CRUX System Team, core-ports at crux dot nu
-# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
 # Depends on: openssl
 
 name=wget
-version=1.12
+version=1.14
 release=1
-source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2 \
+source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz \
         wgetrc)
 
 build() {
@@ -19,7 +19,9 @@ build() {
               --sysconfdir=/etc \
               --mandir=/usr/man \
               --disable-debug \
-              --disable-nls
+              --disable-nls \
+              --with-ssl=openssl \
+              --with-libssl-prefix=$CLFS/usr
 
   make
   make DESTDIR=$PKG install