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"
LICENSE="GPL2"
DEPENDS="openssl libpcap"
BUILD_DEPENDS="openssl-dev libpcap-dev"
TARBALL="$PACKAGE-$VERSION.tgz"
# WEB_SITE="http://www.willhackforsushi.com/Asleap.html"
WEB_SITE="https://www.willhackforsushi.com/?page_id=41"
WGET_URL="https://www.willhackforsushi.com/code/$PACKAGE/$VERSION/$TARBALL"

# What is the latest version available today?
current_version()
{
    wget -O - $WEB_SITE 2>/dev/null | \
    sed '/code\/asleap/!d;/MD5/!d;s|.*asleap-||;s|.tgz.*||;q'
}

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

}

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

6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)