SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "asleap"

# SliTaz package receipt.

PACKAGE="asleap"
VERSION="2.2"
CATEGORY="network"
SHORT_DESC="Actively recover LEAP/PPTP passwords."
MAINTAINER="slaxemulator@gmail.com"
DEPENDS="openssl libpcap"
BUILD_DEPENDS="openssl-dev libpcap-dev"
TARBALL="$PACKAGE-$VERSION.tgz"
WEB_SITE="http://www.willhackforsushi.com/Asleap.html"
WGET_URL="http://www.willhackforsushi.com/code/$PACKAGE/$VERSION/$TARBALL"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    make
    install -D asleap $PWD/_pkg/usr/bin/asleap
    install -D genkeys $PWD/_pkg/usr/bin/genkeys

}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr
    cp -a $_pkg/usr/bin $fs/usr
}

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