# HG changeset patch # User Pascal Bellard # Date 1347264511 -7200 # Node ID 8df91607b9afa87f49de805052e32f4b3d2b0fec # Parent 2b7b8edd9d7d8cb81c1db7a98be3421859ad7433 Add wepbuster diff -r 2b7b8edd9d7d -r 8df91607b9af perl-algorithm-permute/receipt --- a/perl-algorithm-permute/receipt Mon Sep 10 09:49:31 2012 +0200 +++ b/perl-algorithm-permute/receipt Mon Sep 10 10:08:31 2012 +0200 @@ -3,14 +3,13 @@ PACKAGE="perl-algorithm-permute" VERSION="0.12" CATEGORY="development" -SHORT_DESC="Algorithm::Permute module is a Perl extension. +SHORT_DESC="Algorithm::Permute module is a Perl extension." MAINTAINER="pascal.bellard@slitaz.org" -WEB_SITE="http://search.cpan.org/ +WEB_SITE="http://search.cpan.org/" DEPENDS="perl" BUILD_DEPENDS="perl" SOURCE="Algorithm-Permute" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://cpan.org/" WGET_URL="http://search.cpan.org/CPAN/authors/id/E/ED/EDPRATOMO/$TARBALL" # Rules to configure and make the package. diff -r 2b7b8edd9d7d -r 8df91607b9af perl-expect/receipt --- a/perl-expect/receipt Mon Sep 10 09:49:31 2012 +0200 +++ b/perl-expect/receipt Mon Sep 10 10:08:31 2012 +0200 @@ -3,15 +3,14 @@ PACKAGE="perl-expect" VERSION="1.21" CATEGORY="development" -SHORT_DESC="Expect.pm module is a Perl extension. +SHORT_DESC="Expect.pm module is a Perl extension." MAINTAINER="pascal.bellard@slitaz.org" -WEB_SITE="http://search.cpan.org/ +WEB_SITE="http://search.cpan.org/" DEPENDS="perl-io-tty" SUGGESTED="perl-io-stty" BUILD_DEPENDS="perl" SOURCE="Expect" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://cpan.org/" WGET_URL="http://search.cpan.org/CPAN/authors/id/R/RG/RGIERSIG/$TARBALL" # Rules to configure and make the package. diff -r 2b7b8edd9d7d -r 8df91607b9af perl-io-stty/receipt --- a/perl-io-stty/receipt Mon Sep 10 09:49:31 2012 +0200 +++ b/perl-io-stty/receipt Mon Sep 10 10:08:31 2012 +0200 @@ -3,14 +3,13 @@ PACKAGE="perl-io-stty" VERSION="0.03" CATEGORY="development" -SHORT_DESC="IO::Stty module is a Perl extension. +SHORT_DESC="IO::Stty module is a Perl extension." MAINTAINER="pascal.bellard@slitaz.org" -WEB_SITE="http://search.cpan.org/ +WEB_SITE="http://search.cpan.org/" DEPENDS="perl" BUILD_DEPENDS="perl" SOURCE="IO-Stty" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://cpan.org/" WGET_URL="http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/$TARBALL" # Rules to configure and make the package. diff -r 2b7b8edd9d7d -r 8df91607b9af perl-io-tty/receipt --- a/perl-io-tty/receipt Mon Sep 10 09:49:31 2012 +0200 +++ b/perl-io-tty/receipt Mon Sep 10 10:08:31 2012 +0200 @@ -3,14 +3,13 @@ PACKAGE="perl-io-tty" VERSION="1.10" CATEGORY="development" -SHORT_DESC="IO::Tty module is a Perl extension. +SHORT_DESC="IO::Tty module is a Perl extension." MAINTAINER="pascal.bellard@slitaz.org" -WEB_SITE="http://search.cpan.org/ +WEB_SITE="http://search.cpan.org/" DEPENDS="perl" BUILD_DEPENDS="perl" SOURCE="IO-Tty" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://cpan.org/" WGET_URL="http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/$TARBALL" # Rules to configure and make the package. @@ -28,4 +27,3 @@ mkdir -p $fs/usr cp -a $install/usr/lib $fs/usr } - diff -r 2b7b8edd9d7d -r 8df91607b9af perl-number-range/receipt --- a/perl-number-range/receipt Mon Sep 10 09:49:31 2012 +0200 +++ b/perl-number-range/receipt Mon Sep 10 10:08:31 2012 +0200 @@ -3,14 +3,13 @@ PACKAGE="perl-number-range" VERSION="0.10" CATEGORY="development" -SHORT_DESC="Number::Range module is a Perl extension. +SHORT_DESC="Number::Range module is a Perl extension." MAINTAINER="pascal.bellard@slitaz.org" -WEB_SITE="http://search.cpan.org/ +WEB_SITE="http://search.cpan.org/" DEPENDS="perl" BUILD_DEPENDS="perl" SOURCE="Number-Range" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://cpan.org/" WGET_URL="http://search.cpan.org/CPAN/authors/id/L/LA/LARRYSH/$TARBALL" # Rules to configure and make the package. diff -r 2b7b8edd9d7d -r 8df91607b9af wepbuster/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wepbuster/receipt Mon Sep 10 10:08:31 2012 +0200 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="wepbuster" +VERSION="1.0_beta-0.7" +CATEGORY="network" +SHORT_DESC="A set of tools for auditing wireless networks" +MAINTAINER="pascal.bellard@slitaz.org" +WEB_SITE="http://code.google.com/p/wepbuster/" +DEPENDS="perl-number-range perl-expect perl-algorithm-permute perl-file-slurp \ +perl-getopt-long perl-term-readkey macchanger aircrack-ng dhcp-client \ +wireless_tools" +TARBALL="$PACKAGE-$VERSION.tgz" +WGET_URL="http://wepbuster.googlecode.com/files/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/bin + cp -a $src/wepbuster $fs/usr/bin +} +