* Removed as it's now part of main portage tree

This commit is contained in:
grimmlin 2009-01-18 22:34:31 +00:00
parent 547f2cf71e
commit 38fc4fd6cb
2 changed files with 0 additions and 26 deletions

View file

@ -1,2 +0,0 @@
DIST iw.tar.bz2 10150 RMD160 50caefec6ae19bc41d9c9009c77068483947df74 SHA1 70feca0c908ae3581eb1cc49acfa7ade98074cf8 SHA256 1867abfb7273985fdef84199f0dbbd43238f4c79396acdfd6d2aaaf298f2d51d
EBUILD iw-0.1.ebuild 479 RMD160 9f0f82df0bdb67b0077045198266e11c9e8973f2 SHA1 4e3ef5ffdd01ea098baf3223b79ac9421eeb0d84 SHA256 0de09161f2612e5cccfb1a9358240a247eba42c14980987176e32227b69fb4ba

View file

@ -1,24 +0,0 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit versionator
DESCRIPTION="Extra tool for use with aircrack-ng"
HOMEPAGE="http://www.aircrack-ng.org"
SRC_URI="http://dl.aircrack-ng.org/${PN}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 amd64"
DEPEND=">=dev-libs/libnl-1.1"
RDEPEND="${DEPEND}"
src_compile() {
emake || die "emake failed"
}
src_install() {
emake install DESTDIR="${D}/usr"
}