# HG changeset patch # User Christopher Rogers # Date 1293277026 0 # Node ID 94764b90b40a9c21bdeccf322af19cd277d54875 # Parent 083fdd98c8b0fc76998fceb48b0f148942c12ad5 Add asleap. Actively recover LEAP/PPTP passwords. diff -r 083fdd98c8b0 -r 94764b90b40a asleap/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/asleap/receipt Sat Dec 25 11:37:06 2010 +0000 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="asleap" +VERSION="2.2" +CATEGORY="network" +SHORT_DESC="Actively recover LEAP/PPTP passwords." +MAINTAINER="slaxemulator@gmail.com" +DEPENDS="openssl libpcap" +BUILD_DEPENDS="openssl-dev libpcap-dev" +TARBALL="$PACKAGE-$VERSION.tgz" +WEB_SITE="http://www.willhackforsushi.com/Asleap.html" +WGET_URL="http://www.willhackforsushi.com/code/$PACKAGE/$VERSION/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + make + install -D asleap $PWD/_pkg/usr/bin/asleap + install -D genkeys $PWD/_pkg/usr/bin/genkeys + +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $_pkg/usr/bin $fs/usr +} +