[arch-commits] CVS update of extra/network/ntop (PKGBUILD)

Eric Belanger eric at archlinux.org
Sun Jul 29 23:16:50 UTC 2007


    Date: Sunday, July 29, 2007 @ 19:16:50
  Author: eric
    Path: /home/cvs-extra/extra/network/ntop

Modified: PKGBUILD (1.7 -> 1.8)

upgpkg: ntop 3.3-1
added pcre dependency, rebuild for i686 not necessary as pcre is in base


----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


Index: extra/network/ntop/PKGBUILD
diff -u extra/network/ntop/PKGBUILD:1.7 extra/network/ntop/PKGBUILD:1.8
--- extra/network/ntop/PKGBUILD:1.7	Sun Jul 29 06:13:49 2007
+++ extra/network/ntop/PKGBUILD	Sun Jul 29 19:16:49 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.7 2007/07/29 10:13:49 tom Exp $
+# $Id: PKGBUILD,v 1.8 2007/07/29 23:16:49 eric Exp $
 # Maintainer: Judd Vinet <jvinet at zeroflux.org>
 
 pkgname=ntop
@@ -8,8 +8,9 @@
 arch=(i686 x86_64)
 license=('GPL')
 url="http://www.ntop.org"
-depends=('libpcap' 'gd' 'glib' 'libxml2' 'openssl' 'gdbm' 'rrdtool')
+depends=('libpcap' 'gd' 'glib' 'libxml2' 'openssl' 'gdbm' 'rrdtool' 'pcre')
 source=(http://dl.sourceforge.net/sourceforge/ntop/ntop-$pkgver.tar.gz)
+md5sums=('a0e52a85587c8a5519d822d04862dab4')
 options=(!libtool)
 
 build() {
@@ -20,5 +21,4 @@
   make DESTDIR=$startdir/pkg install-recursive
   install -d -m755 --owner=nobody --group=nobody $startdir/pkg/var/ntop
 }
-md5sums=('a0e52a85587c8a5519d822d04862dab4')
 sha1sums=('4b56f15eb502ea853308433589820161ce82c8d8')




More information about the arch-commits mailing list