summaryrefslogtreecommitdiff
path: root/community/ntop/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ntop/PKGBUILD')
-rw-r--r--community/ntop/PKGBUILD14
1 files changed, 11 insertions, 3 deletions
diff --git a/community/ntop/PKGBUILD b/community/ntop/PKGBUILD
index c30bc8a73..94e93fe5f 100644
--- a/community/ntop/PKGBUILD
+++ b/community/ntop/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 92109 2013-05-31 15:39:41Z foutrelis $
+# $Id: PKGBUILD 96996 2013-09-10 01:53:10Z bgyorgy $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Douglas Soares de Andrade <douglas@archlinux.org>
pkgname=ntop
pkgver=5.0.1
-pkgrel=3
+pkgrel=4
pkgdesc='A network traffic probe that shows the network usage.'
arch=('i686' 'x86_64' 'mips64el')
url='http://www.ntop.org/'
license=('GPL')
-depends=('libevent' 'libpcap' 'gd' 'glibc' 'libxml2' 'openssl' 'rrdtool' 'pcre' 'geoip' 'lua')
+depends=('libevent' 'libpcap' 'gd' 'glibc' 'libxml2' 'openssl' 'rrdtool' 'pcre' 'geoip' 'lua' 'python2')
makedepends=('subversion' 'wget' 'ca-certificates')
options=('!libtool' '!makeflags')
install='ntop.install'
@@ -18,6 +18,14 @@ source=("http://sourceforge.net/projects/${pkgname}/files/${pkgname}/Stable/${pk
md5sums=('01710b6925a8a5ffe1a41b8b512ebd69'
'0e149d20f881600e8387d850ac268483')
+prepare() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ # Python2 fix
+ find . -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
+ sed -i 's/python-config/python2-config/' configure.in
+}
+
build() {
cd "${srcdir}/${pkgname}-${pkgver}"