wok rev 9936

kismet: fix bdeps
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed May 18 00:52:18 2011 +0200 (2011-05-18)
parents 9c3435378d26
children 3e0baeb2702c
files kismet/receipt
line diff
     1.1 --- a/kismet/receipt	Wed May 18 00:41:58 2011 +0200
     1.2 +++ b/kismet/receipt	Wed May 18 00:52:18 2011 +0200
     1.3 @@ -5,21 +5,20 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Wireless network monitoring tool"
     1.6  MAINTAINER="domcox@users.sourceforge.net"
     1.7 -DEPENDS="dbus libnl libpcap ncurses pcre libcap attr"
     1.8 -BUILD_DEPENDS="pkg-config"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.kismetwireless.net"
    1.11  WGET_URL="http://www.kismetwireless.net/code/$TARBALL"
    1.12  TAGS="wireless network monitor"
    1.13  
    1.14 +DEPENDS="dbus libnl libpcap ncurses pcre libcap attr"
    1.15 +BUILD_DEPENDS="pkg-config libpcap-dev"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20  	cd $src
    1.21  	./configure \
    1.22  		--prefix=/usr \
    1.23 -		--infodir=/usr/share/info \
    1.24 -		--mandir=/usr/share/man \
    1.25  		--sysconfdir=/etc/kismet \
    1.26  	$CONFIGURE_ARGS && \
    1.27  	make && \