summaryrefslogtreecommitdiff
path: root/community/ntop/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ntop/PKGBUILD')
-rw-r--r--community/ntop/PKGBUILD11
1 files changed, 2 insertions, 9 deletions
diff --git a/community/ntop/PKGBUILD b/community/ntop/PKGBUILD
index b6e1a6dc1..1689d4a55 100644
--- a/community/ntop/PKGBUILD
+++ b/community/ntop/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 81126 2012-12-12 00:49:38Z eric $
+# $Id: PKGBUILD 92109 2013-05-31 15:39:41Z foutrelis $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Douglas Soares de Andrade <douglas@archlinux.org>
pkgname=ntop
pkgver=5.0.1
-pkgrel=2
+pkgrel=3
pkgdesc='A network traffic probe that shows the network usage.'
arch=('i686' 'x86_64')
url='http://www.ntop.org/'
@@ -14,12 +14,8 @@ makedepends=('subversion' 'wget' 'ca-certificates')
options=('!libtool' '!makeflags')
install='ntop.install'
source=("http://sourceforge.net/projects/${pkgname}/files/${pkgname}/Stable/${pkgname}-${pkgver}.tar.gz"
- 'ntop'
- 'ntop.conf.d'
'ntop.service')
md5sums=('01710b6925a8a5ffe1a41b8b512ebd69'
- '7b0d7bb57432e768ff387e9f7236f87c'
- '6a9371de1dcf31d8ef13a4cf349c02b3'
'0e149d20f881600e8387d850ac268483')
build() {
@@ -37,9 +33,6 @@ package() {
install -dm0755 -o nobody -g nobody "${pkgdir}/var/lib/ntop"
install -dm0755 -o nobody -g nobody "${pkgdir}/var/lib/ntop/rrd"
- install -Dm0755 "${srcdir}/ntop" "${pkgdir}/etc/rc.d/ntop"
- install -Dm0644 "${srcdir}/ntop.conf.d" "${pkgdir}/etc/conf.d/ntop"
-
for _f in "${pkgdir}/usr/lib/ntop/plugins/"*.so; do
_plug="$(basename ${_f})"
ln -sf "../../lib${_plug}" "${_f}"