wok-next view mdk3/receipt @ rev 21247

updated cyrus-imapd (2.4.17 -> 3.0.12)
author Hans-G?nter Theisgen
date Thu Dec 05 16:28:27 2019 +0100 (2019-12-05)
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 }