[arch-commits] Commit in ntop/trunk (PKGBUILD)
Daniel Griffiths
dgriffiths at archlinux.org
Mon Mar 8 00:19:27 UTC 2010
Date: Sunday, March 7, 2010 @ 19:19:27
Author: dgriffiths
Revision: 71668
Modified:
ntop/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-03-08 00:18:41 UTC (rev 71667)
+++ PKGBUILD 2010-03-08 00:19:27 UTC (rev 71668)
@@ -3,7 +3,7 @@
pkgname=ntop
pkgver=3.3.10
-pkgrel=1.1
+pkgrel=2
pkgdesc="A network traffic probe that shows the network usage"
arch=('i686' 'x86_64')
license=('GPL')
@@ -11,7 +11,7 @@
depends=('libevent' 'libpcap>=1.0.0' 'gd' 'glib' 'libxml2' 'openssl' 'gdbm' 'rrdtool>=1.3.5' 'pcre' 'geoip' 'lua')
options=('!libtool' '!makeflags')
install=ntop.install
-source=(http://downloads.sourceforge.net/sourceforge/ntop/ntop-$pkgver.tar.gz
+source=(http://downloads.sourceforge.net/sourceforge/ntop/ntop-${pkgver}.tar.gz
ntop.confd ntop.rcd)
build() {
@@ -34,10 +34,9 @@
ln -sf ../../lib${_plug} ${_plug}
done
) || return 1
+
+ install -dm755 --owner=nobody --group=nobody ${pkgdir}/var/lib/ntop/rrd || return 1
}
md5sums=('6e2ffa90d5f935c8f03d88a5dd19a866'
- ''
- '')
-md5sums=('6e2ffa90d5f935c8f03d88a5dd19a866'
'b4ea63012f94c2988e767e78ac16a309'
'76acde24cc5f428ff862d7c0815feb14')
More information about the arch-commits
mailing list