wok view asleap/receipt @ rev 15872

Up: lz4 (112) add lz4c, lib and dev packages
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 02 21:26:43 2014 +0100 (2014-02-02)
parents 380ffe05937a
children 06e7758ce6d8
line source
1 # SliTaz package receipt.
3 PACKAGE="asleap"
4 VERSION="2.2"
5 CATEGORY="network"
6 SHORT_DESC="Actively recover LEAP/PPTP passwords."
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL2"
9 DEPENDS="openssl libpcap"
10 BUILD_DEPENDS="openssl-dev libpcap-dev"
11 TARBALL="$PACKAGE-$VERSION.tgz"
12 WEB_SITE="http://www.willhackforsushi.com/Asleap.html"
13 WGET_URL="http://www.willhackforsushi.com/code/$PACKAGE/$VERSION/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 make
20 install -D asleap $DESTDIR/usr/bin/asleap
21 install -D genkeys $DESTDIR/usr/bin/genkeys
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr
29 cp -a $install/usr/bin $fs/usr
30 }