SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "cowpatty"

# SliTaz package receipt.

PACKAGE="cowpatty"
VERSION="4.6"
CATEGORY="network"
SHORT_DESC="Wireless WPA/WPA2 PSK handshake cracking utility."
MAINTAINER="slaxemulator@gmail.com"
DEPENDS="openssl libpcap"
BUILD_DEPENDS="openssl-dev libpcap-dev"
TARBALL="$PACKAGE-$VERSION.tgz"
WEB_SITE="http://www.willhackforsushi.com/?page_id=50"
WGET_URL="http://www.willhackforsushi.com/code/$PACKAGE/$VERSION/$TARBALL"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    make || return 1
    make strip || return 1
    make BINDIR="/usr/bin" DESTDIR="$PWD/_pkg/" install
    install -D -m644 dict $PWD/_pkg/usr/share/cowpatty/dict
}

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

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