drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/wget
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/wget.1.gz
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/wget.1.gz
-7a279d5ac5594919124d5526e7143e28 wget-1.15.tar.xz
+d2e4455781a70140ae83b54ca594ce21 wget-1.16.3.tar.xz
fa717c9970a09e8ee1775a93e51fb694 wgetrc
# Depends on: openssl
name=wget
-version=1.15
+version=1.16.3
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz \
wgetrc)
--host=$CTARGET \
--prefix=/usr \
--sysconfdir=/etc \
- --mandir=/usr/man \
--disable-debug \
--disable-nls \
--with-ssl=openssl \
make DESTDIR=$PKG install
install -D -m 0644 $SRC/wgetrc $PKG/etc/wgetrc
- rm -r $PKG/usr/share
+ rm -r $PKG/usr/share/info
}