# SliTaz package receipt. PACKAGE="mdk3" VERSION="v6" CATEGORY="security" SHORT_DESC="WLAN penetration tool" MAINTAINER="slaxemulator@gmail.com" DEPENDS="" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://homepages.tu-darmstadt.de/~p_larbig/wlan/" WGET_URL="http://homepages.tu-darmstadt.de/~p_larbig/wlan/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src sed -i -e "s:/usr/local:/usr:" Makefile make -C osdep make make DESTDIR="$PWD/_pkg" install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr cp -a $_pkg/usr/sbin $fs/usr }