X-Git-Url: http://gitweb/?a=blobdiff_plain;f=wget%2FPkgfile;h=45184d9f7e58aba18a5dbd8e3d5ccc5f6dffabd8;hb=b025f14ea21816c5a34496ceff79441b28b9ee64;hp=679199e0344fa49cbf1d49739202198de51b37af;hpb=2b605c528aa218294b1aacf2dac005f2dd1e044c;p=crossrootfs.git diff --git a/wget/Pkgfile b/wget/Pkgfile index 679199e..45184d9 100644 --- a/wget/Pkgfile +++ b/wget/Pkgfile @@ -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.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,15 @@ build() { --host=$CTARGET \ --prefix=/usr \ --sysconfdir=/etc \ - --mandir=/usr/man \ --disable-debug \ - --disable-nls + --disable-nls \ + --with-ssl=openssl \ + --disable-rpath \ + --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 }