SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "wepbuster"

# SliTaz package receipt.

PACKAGE="wepbuster"
VERSION="1.0_beta-0.7"
CATEGORY="network"
SHORT_DESC="A set of tools for auditing wireless networks"
MAINTAINER="pascal.bellard@slitaz.org"
LICENSE="BSD"
WEB_SITE="https://github.com/google-code-export/wepbuster"
TARBALL="$PACKAGE-$VERSION.tgz"
WGET_URL="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/$PACKAGE/$TARBALL"

DEPENDS="perl-number-range perl-expect perl-algorithm-permute perl-file-slurp \
perl-getopt-long perl-term-readkey macchanger aircrack-ng dhcp-client \
wireless_tools"

# What is the latest version available today?
current_version()
{
    wget -O - https://raw.githubusercontent.com/google-code-export/wepbuster/master/README.TXT 2>/dev/null | \
    sed '/WEPBuster/!d;s|.*ter ||;s| .*||;q'
}

# Rules to configure and make the package.
compile_rules()
{
    cd $src
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/bin
    cp -a $src/wepbuster $fs/usr/bin
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)