summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2005-04-22 17:51:15 +0000
committerStefan Schweizer <genstef@gentoo.org>2005-04-22 17:51:15 +0000
commitd1cd6556a4da66f7f3c0850052d595cf0f7181a9 (patch)
treecfea57d0476e0235f042d643321f08b3398dc9b6 /net-wireless/airsnort/airsnort-0.2.7e.ebuild
parentversino bump (diff)
downloadgentoo-2-d1cd6556a4da66f7f3c0850052d595cf0f7181a9.tar.gz
gentoo-2-d1cd6556a4da66f7f3c0850052d595cf0f7181a9.tar.bz2
gentoo-2-d1cd6556a4da66f7f3c0850052d595cf0f7181a9.zip
Version bump thanks to Michael Zanetta <grimmlin@pentoo.ch> in bug 87327
(Portage version: 1.585-cvs)
Diffstat (limited to 'net-wireless/airsnort/airsnort-0.2.7e.ebuild')
-rw-r--r--net-wireless/airsnort/airsnort-0.2.7e.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/net-wireless/airsnort/airsnort-0.2.7e.ebuild b/net-wireless/airsnort/airsnort-0.2.7e.ebuild
new file mode 100644
index 000000000000..8b05b45bc3f4
--- /dev/null
+++ b/net-wireless/airsnort/airsnort-0.2.7e.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/airsnort/airsnort-0.2.7e.ebuild,v 1.1 2005/04/22 17:51:15 genstef Exp $
+
+DESCRIPTION="802.11b Wireless Packet Sniffer/WEP Cracker"
+HOMEPAGE="http://airsnort.shmoo.com/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND="=x11-libs/gtk+-2*
+ virtual/libpcap"
+
+src_install() {
+ make DESTDIR=${D} install || die "make install failed"
+ dodoc README README.decrypt AUTHORS ChangeLog TODO faq.txt
+}
+
+pkg_postinst() {
+ einfo "Make sure to emerge linux-wlan-ng if you want support"
+ einfo "for Prism2 based cards in airsnort."
+
+ einfo "Make sure to emerge orinoco if you want support"
+ einfo "for Orinoco based cards in airsnort."
+}