# HG changeset patch # User Pascal Bellard # Date 1577877742 -3600 # Node ID fe803e849a79c5e514b0e3973819080c226f9172 # Parent 5c0f02c6ca401f4d567dde59405a17ac6d2d75f1 Add pyrit diff -r 5c0f02c6ca40 -r fe803e849a79 outguess/receipt --- a/outguess/receipt Wed Jan 01 10:04:38 2020 +0100 +++ b/outguess/receipt Wed Jan 01 12:22:22 2020 +0100 @@ -7,7 +7,7 @@ MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://cimarron.river.com/mirrors/www.outguess.org/" +WEB_SITE="https://www.rbcafe.com/software/outguess/" WGET_URL="$WEB_SITE/$TARBALL" TAGS="stenography" diff -r 5c0f02c6ca40 -r fe803e849a79 pyrit/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pyrit/receipt Wed Jan 01 12:22:22 2020 +0100 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="pyrit" +VERSION="0.5.0" +CATEGORY="network" +SHORT_DESC="The famous WPA precomputed cracker" +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="https://github.com/JPaulMora/Pyrit" +WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz" + +DEPENDS="python libcrypto libpcap" +BUILD_DEPENDS="python-setuptools python-dev openssl-dev libpcap-dev" + +# Rules to configure and make the package. +compile_rules() +{ + python setup.py build && + python setup.py install --root=$DESTDIR +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $install/usr/share/doc + cp $src/README.md $install/usr/share/doc + cp -a $install/usr $fs +} diff -r 5c0f02c6ca40 -r fe803e849a79 python-pyprotocols/receipt --- a/python-pyprotocols/receipt Wed Jan 01 10:04:38 2020 +0100 +++ b/python-pyprotocols/receipt Wed Jan 01 12:22:22 2020 +0100 @@ -8,7 +8,7 @@ LICENSE="PSL" SOURCE="PyProtocols" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://peak.telecommunity.com/PyProtocols.html" +WEB_SITE="http://www.turbogears.org/" WGET_URL="http://peak.telecommunity.com/dist/$TARBALL" TAGS="python" diff -r 5c0f02c6ca40 -r fe803e849a79 ufiformat/receipt --- a/ufiformat/receipt Wed Jan 01 10:04:38 2020 +0100 +++ b/ufiformat/receipt Wed Jan 01 12:22:22 2020 +0100 @@ -7,7 +7,7 @@ MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.geocities.jp/tedi_world/format_usbfdd_e.html" +WEB_SITE="https://github.com/tedigh/ufiformat/" WGET_URL="http://www.geocities.jp/tedi_world/$TARBALL" TAGS="floppy formatter"