diff options
Diffstat (limited to 'community/ntop/PKGBUILD')
-rw-r--r-- | community/ntop/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ntop/PKGBUILD b/community/ntop/PKGBUILD index 94e93fe5f..bc3713b89 100644 --- a/community/ntop/PKGBUILD +++ b/community/ntop/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 96996 2013-09-10 01:53:10Z bgyorgy $ +# $Id: PKGBUILD 99930 2013-10-31 02:32:10Z allan $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: Douglas Soares de Andrade <douglas@archlinux.org> @@ -11,7 +11,7 @@ url='http://www.ntop.org/' license=('GPL') depends=('libevent' 'libpcap' 'gd' 'glibc' 'libxml2' 'openssl' 'rrdtool' 'pcre' 'geoip' 'lua' 'python2') makedepends=('subversion' 'wget' 'ca-certificates') -options=('!libtool' '!makeflags') +options=('!makeflags') install='ntop.install' source=("http://sourceforge.net/projects/${pkgname}/files/${pkgname}/Stable/${pkgname}-${pkgver}.tar.gz" 'ntop.service') |