[arch-commits] CVS update of arch/build/network/iproute (PKGBUILD)

Jan de Groot jgc at archlinux.org
Fri Jun 1 12:31:18 UTC 2007


    Date: Friday, June 1, 2007 @ 08:31:18
  Author: jgc
    Path: /home/cvs-arch/arch/build/network/iproute

Modified: PKGBUILD (1.15 -> 1.16)

upgpkg: iproute 070313-2
Fix path to iptables libraries


----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)


Index: arch/build/network/iproute/PKGBUILD
diff -u arch/build/network/iproute/PKGBUILD:1.15 arch/build/network/iproute/PKGBUILD:1.16
--- arch/build/network/iproute/PKGBUILD:1.15	Sat Mar 24 12:31:59 2007
+++ arch/build/network/iproute/PKGBUILD	Fri Jun  1 08:31:18 2007
@@ -1,19 +1,21 @@
-# $Id: PKGBUILD,v 1.15 2007/03/24 16:31:59 tpowa Exp $
+# $Id: PKGBUILD,v 1.16 2007/06/01 12:31:18 jgc Exp $
 # Maintainer: Judd Vinet <jvinet at zeroflux.org>
 pkgname=iproute
 pkgver=070313
-pkgrel=1
+pkgrel=2
 pkgdesc="IP Routing Utilities"
 arch=(i686 x86_64)
+license=('GPL')
 url="http://developer.osdl.org/dev/iproute2/"
-depends=('glibc' 'db>=4.5')
+depends=('db>=4.5')
 source=(http://developer.osdl.org/dev/iproute2/download/iproute2-2.6.20-$pkgver.tar.gz)
 md5sums=('7bc5883aadf740761fa2dd70b661e8cc')
 
 build() {
   cd $startdir/src/iproute-2.6.20-$pkgver
   chmod 755 configure
-  ./configure
+  sed -i 's|/usr/local/lib/iptables|/usr/lib/iptables|' include/iptables.h || return 1
+  ./configure 
   make || return 1
   make DESTDIR=$startdir/pkg install
   chmod 755 $startdir/pkg/usr/sbin/ifcfg




More information about the arch-commits mailing list