contrib/mdk3/Pkgfile

17 lines
475 B
Plaintext
Raw Normal View History

2020-11-23 12:25:48 +01:00
# Description: Exploit common IEEE 802.11 protocol weaknesses (mod-musket-r1)
# URL: https://github.com/charlesxsh/mdk3-master
2021-02-10 12:11:57 +01:00
# Maintainer: UNMAINTAINED
2020-11-23 12:25:48 +01:00
name=mdk3
version=6.1bf2bd3
_commit=1bf2bd31b79560aa99fc42123f70f36a03154b9e
release=1
source=(https://github.com/charlesxsh/mdk3-master/archive/$_commit/mdk3-master-$_commit.tar.gz)
build() {
cd mdk3-master-$_commit
make CFLAGS="${CFLAGS}" -j1 # fix parallel build
make DESTDIR=$PKG PREFIX=/usr install
}