SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "mdk3"

# 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
}

3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)