From 356979bf87889b6d68f709a61a68b5e544e12628 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Mon, 14 Dec 2009 22:12:18 +0100 Subject: [PATCH] wget: updated to 1.12 and fixed arch maintainer's line --- wget/.md5sum | 2 +- wget/Pkgfile | 16 ++++++++++------ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/wget/.md5sum b/wget/.md5sum index 3abc2bc..c1786b9 100644 --- a/wget/.md5sum +++ b/wget/.md5sum @@ -1,2 +1,2 @@ -f5076a8c2ec2b7f334cb6e3059820f9c wget-1.11.4.tar.bz2 +308a5476fc096a8a525d07279a6f6aa3 wget-1.12.tar.bz2 fa717c9970a09e8ee1775a93e51fb694 wgetrc diff --git a/wget/Pkgfile b/wget/Pkgfile index 7e19172..3fe5f15 100644 --- a/wget/Pkgfile +++ b/wget/Pkgfile @@ -1,25 +1,29 @@ # 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 +# Arch Maintainer: CRUX-ARM System, crux-arm at mikeux dot dyndns dot org # Depends on: openssl name=wget -version=1.11.4 +version=1.12 release=1 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2 \ - wgetrc) + wgetrc) build() { cd $name-$version + ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ --sysconfdir=/etc \ - --mandir=$PKG/usr/man \ + --mandir=/usr/man \ --disable-debug \ --disable-nls + make - make prefix=$PKG/usr install.bin install.man - install -D -m 644 ../wgetrc $PKG/etc/wgetrc + make DESTDIR=$PKG install + install -D -m 0644 $SRC/wgetrc $PKG/etc/wgetrc + + rm -r $PKG/usr/share } -- 2.26.2