summaryrefslogtreecommitdiff
blob: cd62cbdd50f6bffa1d42ec49a13ab62be2353f15 (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
26
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5

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=""
IUSE=""

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

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
}