wok view asleap/receipt @ rev 9349

Add docbook-xml-42.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Mar 19 21:01:05 2011 +0000 (2011-03-19)
parents
children 74f4000df5d8
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 DEPENDS="openssl libpcap"
9 BUILD_DEPENDS="openssl-dev libpcap-dev"
10 TARBALL="$PACKAGE-$VERSION.tgz"
11 WEB_SITE="http://www.willhackforsushi.com/Asleap.html"
12 WGET_URL="http://www.willhackforsushi.com/code/$PACKAGE/$VERSION/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 make
19 install -D asleap $PWD/_pkg/usr/bin/asleap
20 install -D genkeys $PWD/_pkg/usr/bin/genkeys
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $_pkg/usr/bin $fs/usr
29 }