wok-next annotate cowpatty/receipt @ rev 21386

updated nfs-utils (1.3.0 -> 2.4.3)
author Hans-G?nter Theisgen
date Fri Apr 17 13:40:22 2020 +0100 (2020-04-17)
parents 49a10d2a7814
children
rev   line source
al@20984 1 # SliTaz package receipt v2.
slaxemulator@7818 2
slaxemulator@7818 3 PACKAGE="cowpatty"
al@20984 4 VERSION="4.8"
slaxemulator@7818 5 CATEGORY="network"
al@20984 6 SHORT_DESC="Brute-force dictionary attack against WPA-PSK"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
al@20984 9 WEB_SITE="http://www.willhackforsushi.com/?page_id=50"
al@20984 10
slaxemulator@7818 11 TARBALL="$PACKAGE-$VERSION.tgz"
al@20984 12 WGET_URL="https://github.com/joswr1ght/cowpatty/releases/download/$VERSION/$TARBALL"
slaxemulator@7818 13
pascal@15000 14 BUILD_DEPENDS="openssl-dev libpcap-dev"
pascal@15000 15
al@20984 16 compile_rules() {
al@20984 17 make \
al@20984 18 -j1 \
al@20984 19 CC=gcc &&
al@20984 20 make \
al@20984 21 BINDIR=/usr/bin \
al@20984 22 DESTDIR="$install" \
al@20984 23 install || return 1
al@20984 24
al@20984 25 install -Dm644 dict $install/usr/share/cowpatty/dict
al@20984 26
al@20984 27 cook_pick_docs README FAQ CHANGELOG
al@20984 28 cook_pick_manpages cowpatty.1
slaxemulator@7818 29 }
slaxemulator@7818 30
al@20984 31 genpkg_rules() {
al@20984 32 copy @std
al@20984 33 DEPENDS="libpcap openssl"
slaxemulator@7818 34 }