From c37b11f27037ffa7585f0ce8386d3b5c818f708e Mon Sep 17 00:00:00 2001
From: Cecil <knoppmyth@gmail.com>
Date: Sun, 20 Feb 2011 17:33:57 -0800
Subject: iproute2:bumped to latest.

---
 abs/core/iproute2/PKGBUILD | 20 ++++++++------------
 1 file changed, 8 insertions(+), 12 deletions(-)

diff --git a/abs/core/iproute2/PKGBUILD b/abs/core/iproute2/PKGBUILD
index deb10fa..fa31f11 100644
--- a/abs/core/iproute2/PKGBUILD
+++ b/abs/core/iproute2/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 96235 2010-10-19 13:01:29Z allan $
+# $Id: PKGBUILD 107230 2011-01-22 18:51:34Z ronald $
 # Maintainer: Ronald van Haren <ronald.archlinux.org>
 # Contributor: Judd Vinet <jvinet@zeroflux.org>
 
 pkgname=iproute2
-pkgver=2.6.35
-pkgrel=4
+pkgver=2.6.37
+pkgrel=1
 pkgdesc="IP Routing Utilities"
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -17,10 +17,9 @@ options=('!makeflags')
 backup=('etc/iproute2/ematch_map' 'etc/iproute2/rt_dsfield' 'etc/iproute2/rt_protos' \
 	'etc/iproute2/rt_realms' 'etc/iproute2/rt_scopes' 'etc/iproute2/rt_tables')
 source=(http://devresources.linux-foundation.org/dev/iproute2/download/iproute2-${pkgver}.tar.bz2
-	'iproute2-fhs.patch' 'iproutegetfix.patch')
-sha1sums=('862b86ac73ea696867675765d119654553a22aeb'
-          '2416b11252364d7a6c742eabb4a6924a75637a46'
-          'cd8c969800a9bd1d4ebba0e1eae69d0892786d60')
+	'iproute2-fhs.patch')
+sha1sums=('7852fb66fb745dc3c1fabee24d7d8ff017c48d36'
+          '2416b11252364d7a6c742eabb4a6924a75637a46')
 
 build() {
   cd $srcdir/iproute2-${pkgver}
@@ -28,18 +27,15 @@ build() {
   # set correct fhs structure
   patch -Np1 -i ${srcdir}/iproute2-fhs.patch
 
-  # fix ip route get breakage
-  patch -Np0 -i ${srcdir}/iproutegetfix.patch
-
   ./configure
 
-  make || return 1
+  make
 }
 
 package() {
   cd $srcdir/iproute2-${pkgver}
 
-  make DESTDIR=$pkgdir install || return 1
+  make DESTDIR=$pkgdir install
 
   # libnetlink isn't installed, install it FS#19385
   install -Dm644 include/libnetlink.h ${pkgdir}/usr/include/libnetlink.h
-- 
cgit v0.12