X-Git-Url: http://gitweb/?a=blobdiff_plain;f=wget%2FPkgfile;h=089e47d2b7fd2dd8bb6aa68fc3b0bc4cd2fde296;hb=a07eae877ba6ad2572912730950a7778a5517f67;hp=84c6c627062318baf3aa33a61dcddfe1377ab922;hpb=b751b192b8a9f558df99b4050babc1b84d45a372;p=crossrootfs.git diff --git a/wget/Pkgfile b/wget/Pkgfile index 84c6c62..089e47d 100644 --- a/wget/Pkgfile +++ b/wget/Pkgfile @@ -5,9 +5,9 @@ # Depends on: openssl name=wget -version=1.12 +version=1.16.3 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() { @@ -17,13 +17,14 @@ build() { --host=$CTARGET \ --prefix=/usr \ --sysconfdir=/etc \ - --mandir=/usr/man \ --disable-debug \ - --disable-nls + --disable-nls \ + --with-ssl=openssl \ + --with-libssl-prefix=$CLFS/usr make make DESTDIR=$PKG install install -D -m 0644 $SRC/wgetrc $PKG/etc/wgetrc - rm -r $PKG/usr/share + rm -r $PKG/usr/share/info }