wok-next diff asleap/receipt @ rev 9246
Add python-httplib2 and python-pil to openshot depends.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Mar 12 18:12:54 2011 +0000 (2011-03-12) |
parents | |
children | 74f4000df5d8 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/asleap/receipt Sat Mar 12 18:12:54 2011 +0000 1.3 @@ -0,0 +1,30 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="asleap" 1.7 +VERSION="2.2" 1.8 +CATEGORY="network" 1.9 +SHORT_DESC="Actively recover LEAP/PPTP passwords." 1.10 +MAINTAINER="slaxemulator@gmail.com" 1.11 +DEPENDS="openssl libpcap" 1.12 +BUILD_DEPENDS="openssl-dev libpcap-dev" 1.13 +TARBALL="$PACKAGE-$VERSION.tgz" 1.14 +WEB_SITE="http://www.willhackforsushi.com/Asleap.html" 1.15 +WGET_URL="http://www.willhackforsushi.com/code/$PACKAGE/$VERSION/$TARBALL" 1.16 + 1.17 +# Rules to configure and make the package. 1.18 +compile_rules() 1.19 +{ 1.20 + cd $src 1.21 + make 1.22 + install -D asleap $PWD/_pkg/usr/bin/asleap 1.23 + install -D genkeys $PWD/_pkg/usr/bin/genkeys 1.24 + 1.25 +} 1.26 + 1.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.28 +genpkg_rules() 1.29 +{ 1.30 + mkdir -p $fs/usr 1.31 + cp -a $_pkg/usr/bin $fs/usr 1.32 +} 1.33 +