diff options
author | Thilo Bangert <bangert@gentoo.org> | 2002-06-29 00:08:21 +0000 |
---|---|---|
committer | Thilo Bangert <bangert@gentoo.org> | 2002-06-29 00:08:21 +0000 |
commit | 691602985f1fc91191813475af119715a6c31111 (patch) | |
tree | 9c195e14fa303e2d2e840a67bb15eb9d70f48cd0 /net-analyzer | |
parent | libtoolize (diff) | |
download | historical-691602985f1fc91191813475af119715a6c31111.tar.gz historical-691602985f1fc91191813475af119715a6c31111.tar.bz2 historical-691602985f1fc91191813475af119715a6c31111.zip |
airsnort - new package - contributed by brianr at warped dash minds dot com
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/airsnort/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/airsnort/airsnort-0.2.1a.ebuild | 32 | ||||
-rw-r--r-- | net-analyzer/airsnort/files/digest-airsnort-0.2.1a | 1 |
3 files changed, 41 insertions, 0 deletions
diff --git a/net-analyzer/airsnort/ChangeLog b/net-analyzer/airsnort/ChangeLog new file mode 100644 index 000000000000..96674f5d9fdb --- /dev/null +++ b/net-analyzer/airsnort/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for net-analyzer/airsnort +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/airsnort/ChangeLog,v 1.1 2002/06/29 00:08:21 bangert Exp $ + +*airsnort-0.2.1a (29 Jun 2002) + + 29 Jun 2002; Thilo Bangert <bangert@gentoo.org> : + initial release - submitted by Brian Rozmierski <brianr at warped-minds.com>
\ No newline at end of file diff --git a/net-analyzer/airsnort/airsnort-0.2.1a.ebuild b/net-analyzer/airsnort/airsnort-0.2.1a.ebuild new file mode 100644 index 000000000000..d8a9bb03e49d --- /dev/null +++ b/net-analyzer/airsnort/airsnort-0.2.1a.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.8 2002/05/30 01:54:49 sandymac Exp + +DESCRIPTION="AirSnort 802.11b Wireless Packet Sniffer/WEP Cracker" +HOMEPAGE="http://airsnort.shmoo.com/" +LICENSE="GPL-2" +SLOT="0" + +DEPEND=" + >=sys-devel/autoconf-2.13 + >=x11-libs/gtk+-1.2.10-r8 + >=net-libs/libpcap-0.7.1 + >=sys-apps/pcmcia-cs-3.1.33 + " + +SRC_URI="http://telia.dl.sourceforge.net/sourceforge/airsnort/Airsnort-0.2.1a.tar.gz" + +S=${WORKDIR}/Airsnort-0.2.1a + +src_compile() { + ./autogen.sh \ + --host=${CHOST} \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man || die "./autogen failed" + make || die +} + +src_install () { + make DESTDIR=${D} install || die +} diff --git a/net-analyzer/airsnort/files/digest-airsnort-0.2.1a b/net-analyzer/airsnort/files/digest-airsnort-0.2.1a new file mode 100644 index 000000000000..d5fe70ba85b6 --- /dev/null +++ b/net-analyzer/airsnort/files/digest-airsnort-0.2.1a @@ -0,0 +1 @@ +MD5 9dfe05177c6b3cc97b59c942affa5266 Airsnort-0.2.1a.tar.gz 64192 |