wok-next view asleap/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents a3c581bf52b8
children 3bc985504162
line source
1 # SliTaz package receipt v2.
3 PACKAGE="asleap"
4 VERSION="2.2"
5 CATEGORY="network"
6 SHORT_DESC="Actively recover LEAP/PPTP passwords"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.willhackforsushi.com/?page_id=41"
11 TARBALL="$PACKAGE-$VERSION.tgz"
12 WGET_URL="http://www.willhackforsushi.com/code/$PACKAGE/$VERSION/$TARBALL"
14 BUILD_DEPENDS="openssl-dev libpcap-dev"
16 compile_rules() {
17 make || return 1
18 install -Dm755 asleap $install/usr/bin/asleap
19 install -Dm755 genkeys $install/usr/bin/genkeys
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="openssl libpcap"
26 }