2020-11-23 13:35:53 +02:00
|
|
|
# Description: Capture packets from wlan devices
|
|
|
|
# URL: https://github.com/ZerBea/hcxdumptool
|
|
|
|
# Maintainer: Alexandr Savca, alexandrsavca89 at gmail dot com
|
|
|
|
# Depends on: openssl
|
|
|
|
|
|
|
|
name=hcxdumptool
|
2020-12-03 11:12:51 +02:00
|
|
|
version=6.1.4
|
2020-11-23 13:35:53 +02:00
|
|
|
release=1
|
|
|
|
source=(https://github.com/ZerBea/$name/archive/$version/$name-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
|
|
|
|
make INSTALLDIR=$PKG/usr/bin install
|
|
|
|
}
|