summaryrefslogtreecommitdiffstats
path: root/net-tools/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'net-tools/Pkgfile')
-rwxr-xr-xnet-tools/Pkgfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-tools/Pkgfile b/net-tools/Pkgfile
index cf0734b40..cb1ef6dcd 100755
--- a/net-tools/Pkgfile
+++ b/net-tools/Pkgfile
@@ -5,13 +5,13 @@
# Depends on:
name=net-tools
-version=1.60
-release=20101030-1
-source=(http://anduin.linuxfromscratch.org/sources/BLFS/svn/n/net-tools-CVS_${release%-*}.tar.gz)
+version=1.60.20120804git
+release=1
+source=(http://ftp.archlinux.org/other/$name/$name-$version.tar.xz)
build() {
unset MAKEFLAGS
- cd $name-CVS_${release%-*}
+ cd $name-$version
yes "" | make config &&
sed -i -e 's|HAVE_IP_TOOLS 0|HAVE_IP_TOOLS 1|g' \
-e 's|HAVE_MII 0|HAVE_MII 1|g' config.h &&