diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-01-29 08:12:54 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-01-29 08:12:54 (GMT) |
commit | 6ffb99f0f222b64b022dcc14a61764e011d3e286 (patch) | |
tree | acd3fba73dc85ddde9b3fca59517eecad300fb95 /abs/core-testing/iproute/PKGBUILD | |
parent | 8a40a788eccc212130e70b195efa9e21b776fc90 (diff) | |
download | linhes_pkgbuild-6ffb99f0f222b64b022dcc14a61764e011d3e286.zip linhes_pkgbuild-6ffb99f0f222b64b022dcc14a61764e011d3e286.tar.gz linhes_pkgbuild-6ffb99f0f222b64b022dcc14a61764e011d3e286.tar.bz2 |
Removed to sync with upstream which is now using iproute2.
Diffstat (limited to 'abs/core-testing/iproute/PKGBUILD')
-rw-r--r-- | abs/core-testing/iproute/PKGBUILD | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/abs/core-testing/iproute/PKGBUILD b/abs/core-testing/iproute/PKGBUILD deleted file mode 100644 index ae0f9f0..0000000 --- a/abs/core-testing/iproute/PKGBUILD +++ /dev/null @@ -1,26 +0,0 @@ -# $Id: PKGBUILD 3746 2008-06-30 20:09:01Z andyrtr $ -# Maintainer: Judd Vinet <jvinet@zeroflux.org> -pkgname=iproute -#_dlver=2.6.24-rc7 -#pkgver=$(echo ${_dlver} | sed 's|-|_|g') -pkgver=2.6.25 -pkgrel=1 -pkgdesc="IP Routing Utilities" -arch=(i686 x86_64) -license=('GPL') -url="http://www.linux-foundation.org/en/Net:Iproute2" -depends=('db>=4.7') -source=(#http://devresources.linux-foundation.org/dev/iproute2/download/iproute2-${_dlver}.tar.bz2 - http://devresources.linux-foundation.org/dev/iproute2/download/iproute2-${pkgver}.tar.bz2) -options=('force') -md5sums=('5737bade2f5e03fad0e2c81da91e551e') - -build() { - #cd $srcdir/iproute2-${_dlver} - cd $srcdir/iproute2-${pkgver} - sed -i 's|/usr/local/lib/iptables|/usr/lib/iptables|' include/iptables.h || return 1 - ./configure - make || return 1 - make DESTDIR=$pkgdir install || return 1 - chmod 755 $pkgdir/usr/sbin/ifcfg -} |