wok-undigest view mdk3/receipt @ rev 176

rm fftw*: moved to wok
author Rohit Joshi <jozee@slitaz.org>
date Tue Oct 19 21:04:35 2010 -0400 (2010-10-19)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="mdk3"
4 VERSION="v6"
5 CATEGORY="network"
6 SHORT_DESC="Wireless network penetration testing"
7 MAINTAINER="devl547@gmail.com"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://homepages.tu-darmstadt.de/~p_larbig/wlan/"
10 WGET_URL="$WEB_SITE/$TARBALL"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 cd $src
16 make &&
17 make DESTDIR=$PWD/_pkg install
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/bin
24 cp -a $_pkg/usr/local/sbin/mdk3 $fs/usr/bin
25 }