Date: Sunday, April 10, 2011 @ 14:53:50 Author: ibiru Revision: 119065
replace iptraf with iptraf-ng. Implement FS#22143 Added: iptraf-ng/ iptraf-ng/repos/ iptraf-ng/trunk/ iptraf-ng/trunk/PKGBUILD ----------+ PKGBUILD | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) Added: iptraf-ng/trunk/PKGBUILD =================================================================== --- iptraf-ng/trunk/PKGBUILD (rev 0) +++ iptraf-ng/trunk/PKGBUILD 2011-04-10 18:53:50 UTC (rev 119065) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Ionut Biru <[email protected]> +# Maintainer: sh0 <[email protected]> + +pkgname=iptraf-ng +pkgver=1.0.2 +pkgrel=1 +pkgdesc="A console-based network monitoring utility (a fork of original iptraf)" +url="https://fedorahosted.org/iptraf-ng/" +arch=('i686' 'x86_64') +depends=('ncurses') +license=('GPL2') +replaces=('iptraf') +options=('!libtool') +source=(https://fedorahosted.org/releases/i/p/iptraf-ng/${pkgname}-${pkgver}.tar.gz) +md5sums=('b2adbbbee4c269fb97a1951981c9047c') + +build() { + cd "$srcdir/$pkgname-$pkgver" + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var --disable-static + make CFLAGS="$CFLAGS" +} + +package() { + cd "$srcdir/${pkgname}-${pkgver}" + make DESTDIR=$pkgdir install +} + +# vim: ts=2: ft=sh Property changes on: iptraf-ng/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords + Id
