wok view asleap/receipt @ rev 15296

Add smake
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 27 10:14:31 2013 +0000 (2013-09-27)
parents 74f4000df5d8
children 051931e905b0
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 $_pkg/usr/bin $fs/usr
30 }