added lorcon-old, the legacy branch of lorcon

This commit is contained in:
jensp 2009-11-29 18:46:19 +00:00
parent bac99e560a
commit 00f9da4561
2 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1 @@
EBUILD lorcon-old-9999.ebuild 642 RMD160 3288884d85f2d7791c2235aa28354cdab15eed10 SHA1 80a7c88674754d19bc5f0e9373248b24d0d1590f SHA256 e942f9a96d0c0680570521bad4e5a8b5d60cd61378d8adb68f08074e56d444d4

View file

@ -0,0 +1,26 @@
# Copyright 1999-2009 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="https://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
}