summaryrefslogtreecommitdiff
path: root/net-wireless/lorcon-old/lorcon-old-9999.ebuild
blob: e78aea915b4da894ff89e6d2e488c0460dab4a86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit toolchain-funcs eutils subversion

DESCRIPTION="A generic library for injecting 802.11 frames"
HOMEPAGE="http://802.11ninja.net/lorcon"
SRC_URI=""
ESVN_REPO_URI="http://802.11ninja.net/svn/lorcon/branch/lorcon-old"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="$RDEPEND"
RDEPEND="dev-libs/libnl
		 net-libs/libpcap"

src_install() {
	DESTDIR="${D}" emake install
	# rename manpage to avoid conflict with lorcon
	mv "${D}"/usr/share/man/man3/lorcon.3 "${D}"/usr/share/man/man3/lorcon-old.3
}