wok view asleap/receipt @ rev 17885

fusecloop/extract_compressed_fs: large file support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 02 10:46:24 2015 +0200 (2015-04-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 }