blob: c441bbac5557a557445939e96f66af00e0bd1523 (
plain)
1 # Description: Capture packets from wlan devices
2 # URL: https://github.com/ZerBea/hcxdumptool
3 # Maintainer: Alexandr Savca, alexandrsavca89 at gmail dot com
4 # Depends on: openssl
5
6 name=hcxdumptool
7 version=6.1.5
8 release=1
9 source=(https://github.com/ZerBea/$name/archive/$version/$name-$version.tar.gz)
10
11 build() {
12 cd $name-$version
13
14 make BINDIR=$PKG/usr/bin install
15 }
|