CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
wgt: updated to 1.16.3 and updated mandir
authorVictor Martinez <pitillo@ono.com>
Mon, 16 Nov 2015 08:14:50 +0000 (08:14 +0000)
committerVictor Martinez <pitillo@ono.com>
Mon, 16 Nov 2015 08:14:50 +0000 (08:14 +0000)
wget/.footprint
wget/.md5sum
wget/Pkgfile

index c71150c5ac15751f130132528c76e37c67d7c96b..9b4e7ad3494b68bb25cf4963b9eed858ad23fdab 100644 (file)
@@ -3,6 +3,7 @@ drwxr-xr-x      root/root       etc/
 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
index 1e93dc762acc8b79f071e484d1f1a270b0aeab97..f555b7ddbfa36c0d0fefd5987902b4c60d0e6547 100644 (file)
@@ -1,2 +1,2 @@
-7a279d5ac5594919124d5526e7143e28  wget-1.15.tar.xz
+d2e4455781a70140ae83b54ca594ce21  wget-1.16.3.tar.xz
 fa717c9970a09e8ee1775a93e51fb694  wgetrc
index 128cbde1793ac609bea0a6e908c071026dfc2c12..089e47d2b7fd2dd8bb6aa68fc3b0bc4cd2fde296 100644 (file)
@@ -5,7 +5,7 @@
 # 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)
@@ -17,7 +17,6 @@ build() {
               --host=$CTARGET \
               --prefix=/usr \
               --sysconfdir=/etc \
-              --mandir=/usr/man \
               --disable-debug \
               --disable-nls \
               --with-ssl=openssl \
@@ -27,5 +26,5 @@ build() {
   make DESTDIR=$PKG install
   install -D -m 0644 $SRC/wgetrc $PKG/etc/wgetrc
 
-  rm -r $PKG/usr/share
+  rm -r $PKG/usr/share/info
 }