wok-next annotate asleap/receipt @ rev 21307
updated hydra (7.3 -> 9.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Dec 10 10:07:48 2019 +0100 (2019-12-10) |
parents | d5aab818505e |
children |
rev | line source |
---|---|
al@21020 | 1 # SliTaz package receipt v2. |
slaxemulator@7819 | 2 |
slaxemulator@7819 | 3 PACKAGE="asleap" |
slaxemulator@7819 | 4 VERSION="2.2" |
slaxemulator@7819 | 5 CATEGORY="network" |
al@21020 | 6 SHORT_DESC="Actively recover LEAP/PPTP passwords" |
al@21020 | 7 MAINTAINER="devel@slitaz.org" |
pascal@15000 | 8 LICENSE="GPL2" |
pascal@21181 | 9 WEB_SITE="https://www.willhackforsushi.com/?page_id=41" |
al@21020 | 10 |
slaxemulator@7819 | 11 TARBALL="$PACKAGE-$VERSION.tgz" |
slaxemulator@7819 | 12 WGET_URL="http://www.willhackforsushi.com/code/$PACKAGE/$VERSION/$TARBALL" |
slaxemulator@7819 | 13 |
al@21020 | 14 BUILD_DEPENDS="openssl-dev libpcap-dev" |
al@21020 | 15 |
al@21020 | 16 compile_rules() { |
al@21020 | 17 make || return 1 |
al@21020 | 18 install -Dm755 asleap $install/usr/bin/asleap |
al@21020 | 19 install -Dm755 genkeys $install/usr/bin/genkeys |
slaxemulator@7819 | 20 |
slaxemulator@7819 | 21 } |
slaxemulator@7819 | 22 |
al@21020 | 23 genpkg_rules() { |
al@21020 | 24 copy @std |
al@21020 | 25 DEPENDS="openssl libpcap" |
slaxemulator@7819 | 26 } |