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

Eric Belanger eric at archlinux.org
Mon Jul 30 01:39:41 UTC 2007


    Date: Sunday, July 29, 2007 @ 21:39:41
  Author: eric
    Path: /home/cvs-extra/extra/network/kismet

Modified: PKGBUILD (1.19 -> 1.20)

upgpkg: kismet 2007_01_R1b-2
added libpcap/ncurses dependency so kismet won't be forgotten at their next soname bump


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


Index: extra/network/kismet/PKGBUILD
diff -u extra/network/kismet/PKGBUILD:1.19 extra/network/kismet/PKGBUILD:1.20
--- extra/network/kismet/PKGBUILD:1.19	Sun Jul 29 17:39:55 2007
+++ extra/network/kismet/PKGBUILD	Sun Jul 29 21:39:41 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.19 2007/07/29 21:39:55 jason Exp $
+# $Id: PKGBUILD,v 1.20 2007/07/30 01:39:41 eric Exp $
 # Contributer: Jason Chu <jason at archlinux.org>
 # Maintainer: Jason Chu <jason at archlinux.org>
 
@@ -9,9 +9,9 @@
 arch=(i686 x86_64)
 license=('GPL')
 if [ "${CARCH}" == "x86_64" ]; then
-  depends=('gcc')
+  depends=('gcc' 'libpcap' 'ncurses')
 else
-  depends=('gmp' 'imagemagick')
+  depends=('gmp' 'imagemagick' 'libpcap' 'ncurses')
 fi
 url="http://www.kismetwireless.net/"
 backup=('etc/ap_manuf' 'etc/client_manuf' 'etc/kismet.conf' 'etc/kismet_drone.conf' 'etc/kismet_ui.conf')




More information about the arch-commits mailing list