summaryrefslogtreecommitdiffstats
path: root/wget
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-03-04 08:07:06 +0000
committerpiernov <piernov@piernov.org>2012-03-04 08:07:06 +0000
commit1e01bf10c6f5a850383db2a4acc4a9159b3f5ade (patch)
tree93a36fafc0e680bb20bf257979b0d095178ed2c2 /wget
parenta1359d28a5a6fb839e8b906b1edcc3eae2098481 (diff)
downloadnutyx-pakxe-1e01bf10c6f5a850383db2a4acc4a9159b3f5ade.tar.gz
nutyx-pakxe-1e01bf10c6f5a850383db2a4acc4a9159b3f5ade.tar.bz2
nutyx-pakxe-1e01bf10c6f5a850383db2a4acc4a9159b3f5ade.tar.xz
nutyx-pakxe-1e01bf10c6f5a850383db2a4acc4a9159b3f5ade.zip
wget 1.13.4-1 màj port
Diffstat (limited to 'wget')
-rw-r--r--wget/.md5sum.i6862
-rw-r--r--wget/.md5sum.x86_642
-rwxr-xr-xwget/Pkgfile13
3 files changed, 8 insertions, 9 deletions
diff --git a/wget/.md5sum.i686 b/wget/.md5sum.i686
index 09756eba6..49cf847ec 100644
--- a/wget/.md5sum.i686
+++ b/wget/.md5sum.i686
@@ -1 +1 @@
-141461b9c04e454dc8933c9d1f2abf83 wget-1.12.tar.gz
+7f518b3a71e9efd330e9a0c3714f8463 wget-1.13.4.tar.xz
diff --git a/wget/.md5sum.x86_64 b/wget/.md5sum.x86_64
index 09756eba6..49cf847ec 100644
--- a/wget/.md5sum.x86_64
+++ b/wget/.md5sum.x86_64
@@ -1 +1 @@
-141461b9c04e454dc8933c9d1f2abf83 wget-1.12.tar.gz
+7f518b3a71e9efd330e9a0c3714f8463 wget-1.13.4.tar.xz
diff --git a/wget/Pkgfile b/wget/Pkgfile
index 23d3838fa..8aada5453 100755
--- a/wget/Pkgfile
+++ b/wget/Pkgfile
@@ -5,19 +5,18 @@
# Depends on:
name=wget
-version=1.12
-release=2
-source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz )
+version=1.13.4
+release=1
+source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc \
- --disable-debug \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info
+ --disable-debug \
+ --mandir=/usr/share/man \
+ --infodir=/usr/share/info
make
make prefix=$PKG/usr mandir=$PKG/usr/share/man infodir=$PKG/usr/share/info install
rm $PKG/usr/share/info/dir
}
-