mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 06:10:56 +02:00
try 2. kismet-newcore minor fix; lorcon added for use as a dep later; keywords tweaked
This commit is contained in:
parent
cc1066a5e1
commit
8eab7b93d3
4 changed files with 26 additions and 2 deletions
|
|
@ -1,3 +1,3 @@
|
|||
AUX kismet.confd 403 RMD160 cf6cad4dc844ccf9c807edfb5adec2351c0cd249 SHA1 50ce39c8989ddf214f72b3ac14f2a989d6121d15 SHA256 d2f5bb606e4dac45c8de27843ab460b9dac02e83979e52e1b8b3ca3af841adeb
|
||||
AUX kismet.initd 742 RMD160 f91c46a9a3d1cac2610659e65a1a3538af4f2772 SHA1 54aa3d489e2fade47cca11a036cb1237dab7786a SHA256 b4420c22264ff3604bf956b65bca5b564cbb70676c3f48d5e444f3aa6687a624
|
||||
EBUILD kismet-newcore-9999.ebuild 1629 RMD160 5232f2b645b93264241920c9a2d717e469a8bdfb SHA1 63c6fe75da3eff603284f019dc56dcfa8ce61eae SHA256 216ab9085092ea35fab61ce5fa3ee83c79b3022ec93de27e91dbc6855ba83494
|
||||
EBUILD kismet-newcore-9999.ebuild 1524 RMD160 62719941a81fc938fc139dc696a3eb3ec1820f5a SHA1 d228fe4d9b12480adf99c9172e848a88dcb277ba SHA256 3f4ab59282ce209a94fda070fe23637d414d435c0d11f854c81d32177d8fe1c8
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2009 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-wireless/kismet/kismet-2008.05.1.ebuild,v 1.3 2009/02/12 18:14:34 nixnut Exp $
|
||||
# $Header: $
|
||||
|
||||
inherit toolchain-funcs linux-info eutils subversion
|
||||
|
||||
|
|
|
|||
1
net-wireless/lorcon/Manifest
Normal file
1
net-wireless/lorcon/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
EBUILD lorcon-9999.ebuild 517 RMD160 50ce5ab8100c26ec027ac665c4d7aa4b0c25e103 SHA1 b22063644c68f64ed8fe972a0fde63de462931ff SHA256 91aed36c728e3df0869e6062442477eaa575128153decdbf1975378204f9f70a
|
||||
23
net-wireless/lorcon/lorcon-9999.ebuild
Normal file
23
net-wireless/lorcon/lorcon-9999.ebuild
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# Copyright 1999-2009 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
inherit toolchain-funcs eutils subversion
|
||||
|
||||
|
||||
DESCRIPTION="IEEE 802.11 wireless LAN sniffer"
|
||||
HOMEPAGE="http://www.kismetwireless.net/"
|
||||
SRC_URI=""
|
||||
ESVN_REPO_URI="https://802.11ninja.net/svn/lorcon/trunk/"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="-* ~amd64 ~ppc ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
RDEPEND="<dev-libs/libnl-2"
|
||||
|
||||
src_install () {
|
||||
emake DESTDIR="${D}" install || die "emake install failed"
|
||||
}
|
||||
Loading…
Reference in a new issue