diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-29 11:40:49 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-29 21:56:31 +0200 |
commit | f14c1fc5515445840d2fbe3350cff0c03eae0b55 (patch) | |
tree | 7617315e619f969c13e79c1f44c2428871719357 /package/kismet | |
parent | 365261c9db442081290b7d21aba6201244af294d (diff) |
resolve merge conflict
Diffstat (limited to 'package/kismet')
-rw-r--r-- | package/kismet/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/kismet/Makefile b/package/kismet/Makefile index fc1197fa9..74e15054e 100644 --- a/package/kismet/Makefile +++ b/package/kismet/Makefile @@ -7,17 +7,17 @@ PKG_NAME:= kismet PKG_VERSION:= 2013-03-R1b PKG_RELEASE:= 1 PKG_MD5SUM:= 596acdd2940887dd05a498ea27475eea -PKG_DESCR:= Kismet -PKG_SECTION:= wifi +PKG_DESCR:= wireless network detector, sniffer, and intrusion detection system +PKG_SECTION:= net/wifi PKG_DEPENDS:= libpcap libncurses libpthread PKG_BUILDDEP:= autotool libpcap ncurses PKG_URL:= http://www.kismetwireless.net/ PKG_SITES:= http://www.kismetwireless.net/code/ PKG_SUBPKGS:= KISMET KISMET_CLIENT KISMET_DRONE KISMET_SERVER -PKGSD_KISMET_CLIENT:= Kismet client -PKGSD_KISMET_SERVER:= Kismet server -PKGSD_KISMET_DRONE:= Kismet drone +PKGSD_KISMET_CLIENT:= kismet client +PKGSD_KISMET_SERVER:= kismet server +PKGSD_KISMET_DRONE:= kismet drone include ${TOPDIR}/mk/package.mk |