summaryrefslogtreecommitdiffstats
path: root/base/wget
diff options
context:
space:
mode:
Diffstat (limited to 'base/wget')
-rw-r--r--base/wget/.footprint7
-rw-r--r--base/wget/.md5sum2
-rwxr-xr-xbase/wget/Pkgfile4
3 files changed, 10 insertions, 3 deletions
diff --git a/base/wget/.footprint b/base/wget/.footprint
index 8791cd23d..e03536fe3 100644
--- a/base/wget/.footprint
+++ b/base/wget/.footprint
@@ -2,6 +2,13 @@ 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/share/
+drwxr-xr-x root/root usr/share/info/
+-rw-r--r-- root/root usr/share/info/dir.gz
+-rw-r--r-- root/root usr/share/info/wget.info.gz
+drwxr-xr-x root/root usr/share/locale/
+drwxr-xr-x root/root usr/share/locale/fr/
+drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/
+-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/wget.mo
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
diff --git a/base/wget/.md5sum b/base/wget/.md5sum
index fdb7557ca..09756eba6 100644
--- a/base/wget/.md5sum
+++ b/base/wget/.md5sum
@@ -1 +1 @@
-69e8a7296c0e12c53bd9ffd786462e87 wget-1.11.4.tar.gz
+141461b9c04e454dc8933c9d1f2abf83 wget-1.12.tar.gz
diff --git a/base/wget/Pkgfile b/base/wget/Pkgfile
index b0ee2c6de..7bc06ab63 100755
--- a/base/wget/Pkgfile
+++ b/base/wget/Pkgfile
@@ -5,7 +5,7 @@
# Depends on: openssl
name=wget
-version=1.11.4
+version=1.12
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz )
@@ -17,6 +17,6 @@ build() {
--mandir=/usr/share/man \
--infodir=/usr/share/info
make
- make prefix=$PKG/usr mandir=$PKG/usr/share/man infodir=$PKG/usr/share/info install.bin install.man
+ make prefix=$PKG/usr mandir=$PKG/usr/share/man infodir=$PKG/usr/share/info install
}