wok-6.x rev 22504
Add pyrit
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jan 01 12:22:22 2020 +0100 (2020-01-01) |
parents | 5c0f02c6ca40 |
children | 86601c251769 |
files | outguess/receipt pyrit/receipt python-pyprotocols/receipt ufiformat/receipt |
line diff
1.1 --- a/outguess/receipt Wed Jan 01 10:04:38 2020 +0100 1.2 +++ b/outguess/receipt Wed Jan 01 12:22:22 2020 +0100 1.3 @@ -7,7 +7,7 @@ 1.4 MAINTAINER="pascal.bellard@slitaz.org" 1.5 LICENSE="BSD" 1.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.7 -WEB_SITE="http://cimarron.river.com/mirrors/www.outguess.org/" 1.8 +WEB_SITE="https://www.rbcafe.com/software/outguess/" 1.9 WGET_URL="$WEB_SITE/$TARBALL" 1.10 TAGS="stenography" 1.11
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/pyrit/receipt Wed Jan 01 12:22:22 2020 +0100 2.3 @@ -0,0 +1,29 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="pyrit" 2.7 +VERSION="0.5.0" 2.8 +CATEGORY="network" 2.9 +SHORT_DESC="The famous WPA precomputed cracker" 2.10 +MAINTAINER="pascal.bellard@slitaz.org" 2.11 +LICENSE="GPL3" 2.12 +TARBALL="$PACKAGE-$VERSION.tar.gz" 2.13 +WEB_SITE="https://github.com/JPaulMora/Pyrit" 2.14 +WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz" 2.15 + 2.16 +DEPENDS="python libcrypto libpcap" 2.17 +BUILD_DEPENDS="python-setuptools python-dev openssl-dev libpcap-dev" 2.18 + 2.19 +# Rules to configure and make the package. 2.20 +compile_rules() 2.21 +{ 2.22 + python setup.py build && 2.23 + python setup.py install --root=$DESTDIR 2.24 +} 2.25 + 2.26 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.27 +genpkg_rules() 2.28 +{ 2.29 + mkdir -p $install/usr/share/doc 2.30 + cp $src/README.md $install/usr/share/doc 2.31 + cp -a $install/usr $fs 2.32 +}
3.1 --- a/python-pyprotocols/receipt Wed Jan 01 10:04:38 2020 +0100 3.2 +++ b/python-pyprotocols/receipt Wed Jan 01 12:22:22 2020 +0100 3.3 @@ -8,7 +8,7 @@ 3.4 LICENSE="PSL" 3.5 SOURCE="PyProtocols" 3.6 TARBALL="$SOURCE-$VERSION.tar.gz" 3.7 -WEB_SITE="http://peak.telecommunity.com/PyProtocols.html" 3.8 +WEB_SITE="http://www.turbogears.org/" 3.9 WGET_URL="http://peak.telecommunity.com/dist/$TARBALL" 3.10 TAGS="python" 3.11
4.1 --- a/ufiformat/receipt Wed Jan 01 10:04:38 2020 +0100 4.2 +++ b/ufiformat/receipt Wed Jan 01 12:22:22 2020 +0100 4.3 @@ -7,7 +7,7 @@ 4.4 MAINTAINER="pascal.bellard@slitaz.org" 4.5 LICENSE="GPL2" 4.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 4.7 -WEB_SITE="http://www.geocities.jp/tedi_world/format_usbfdd_e.html" 4.8 +WEB_SITE="https://github.com/tedigh/ufiformat/" 4.9 WGET_URL="http://www.geocities.jp/tedi_world/$TARBALL" 4.10 TAGS="floppy formatter" 4.11