CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
sed: updated mandir
[crossrootfs.git] / wget / Pkgfile
index acfebc626e6f5af0cfef4a227b9c1a20003c6089..128cbde1793ac609bea0a6e908c071026dfc2c12 100644 (file)
@@ -5,9 +5,9 @@
 # Depends on: openssl
 
 name=wget
-version=1.12
+version=1.15
 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() {
@@ -18,9 +18,10 @@ build() {
               --prefix=/usr \
               --sysconfdir=/etc \
               --mandir=/usr/man \
-              --with-libssl-prefix=$CLFS/usr \
               --disable-debug \
-              --disable-nls
+              --disable-nls \
+              --with-ssl=openssl \
+              --with-libssl-prefix=$CLFS/usr
 
   make
   make DESTDIR=$PKG install