summaryrefslogtreecommitdiff
path: root/net-wireless/airsnort/airsnort-0.2.7e.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /net-wireless/airsnort/airsnort-0.2.7e.ebuild
reinit the tree, so we can have metadata
Diffstat (limited to 'net-wireless/airsnort/airsnort-0.2.7e.ebuild')
-rw-r--r--net-wireless/airsnort/airsnort-0.2.7e.ebuild29
1 files changed, 29 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..855b7c56a43a
--- /dev/null
+++ b/net-wireless/airsnort/airsnort-0.2.7e.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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="~amd64 ppc x86"
+IUSE=""
+
+RDEPEND="=x11-libs/gtk+-2*
+ net-libs/libpcap"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+src_install() {
+ make DESTDIR=${D} install || die "make install failed"
+ dodoc README README.decrypt AUTHORS ChangeLog TODO faq.txt
+}
+
+pkg_postinst() {
+ elog "Make sure to emerge linux-wlan-ng if you want support"
+ elog "for Prism2 based cards in airsnort."
+
+ elog "Make sure to emerge orinoco if you want support"
+ elog "for Orinoco based cards in airsnort."
+}