# HG changeset patch # User Eric Joseph-Alexandre # Date 1305672738 -7200 # Node ID d93269d0e2872f9bfb2641402ac1e48abbc8d3c2 # Parent 9c3435378d26195dc8c43ca875a120f134422215 kismet: fix bdeps diff -r 9c3435378d26 -r d93269d0e287 kismet/receipt --- a/kismet/receipt Wed May 18 00:41:58 2011 +0200 +++ b/kismet/receipt Wed May 18 00:52:18 2011 +0200 @@ -5,21 +5,20 @@ CATEGORY="network" SHORT_DESC="Wireless network monitoring tool" MAINTAINER="domcox@users.sourceforge.net" -DEPENDS="dbus libnl libpcap ncurses pcre libcap attr" -BUILD_DEPENDS="pkg-config" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.kismetwireless.net" WGET_URL="http://www.kismetwireless.net/code/$TARBALL" TAGS="wireless network monitor" +DEPENDS="dbus libnl libpcap ncurses pcre libcap attr" +BUILD_DEPENDS="pkg-config libpcap-dev" + # Rules to configure and make the package. compile_rules() { cd $src ./configure \ --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ --sysconfdir=/etc/kismet \ $CONFIGURE_ARGS && \ make && \