wok-next view mdk3/receipt @ rev 21723

busybox: update patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:44:52 2020 +0000 (2020-09-01)
parents 8e1b2a143eb3
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="mdk3"
4 VERSION="v6"
5 CATEGORY="security"
6 SHORT_DESC="WLAN penetration tool"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://aspj.aircrack-ng.org/index.html#mdk3"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://homepages.tu-darmstadt.de/~p_larbig/wlan/$TARBALL"
14 compile_rules() {
15 sed -i "s|/usr/local|/usr|" Makefile
17 make -C osdep &&
18 make &&
19 make DESTDIR=$install install
20 }
22 genpkg_rules() {
23 copy @std
24 }