Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 183520 Details for
Bug 260664
net-wireless/kismet request for enabling gpsmap functionality
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
kismet with gpsmap enabled ebuild
kismet-2008.05.1.ebuild (text/plain), 1.40 KB, created by
renato gallo
on 2009-02-28 20:28:55 UTC
(
hide
)
Description:
kismet with gpsmap enabled ebuild
Filename:
MIME Type:
Creator:
renato gallo
Created:
2009-02-28 20:28:55 UTC
Size:
1.40 KB
patch
obsolete
># 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 $ > >inherit toolchain-funcs linux-info eutils > >MY_P=${P/\./-} >MY_P=${MY_P/./-R} >S=${WORKDIR}/${MY_P} > >DESCRIPTION="IEEE 802.11 wireless LAN sniffer" >HOMEPAGE="http://www.kismetwireless.net/" >SRC_URI="http://www.kismetwireless.net/code/${MY_P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="amd64 ppc x86" >IUSE="ncurses" > >DEPEND="${RDEPEND}" >RDEPEND="net-wireless/wireless-tools > net-libs/libpcap > ncurses? ( sys-libs/ncurses )" > >src_unpack() { > unpack ${A} > cd "${S}" > > sed -i -e "s:^\(logtemplate\)=\(.*\):\1=/tmp/\2:" \ > conf/kismet.conf.in > > # Don't strip and set correct mangrp > sed -i -e 's| -s||g' \ > -e 's|@mangrp@|root|g' Makefile.in > > epatch "${FILESDIR}"/gcc-4.3.patch >} > >src_compile() { > # the configure script only honors '--disable-foo' > # local myconf="--disable-gpsmap" > > if ! use ncurses; then > myconf="${myconf} --disable-curses --disable-panel" > fi > > econf ${myconf} \ > --with-linuxheaders="${KV_DIR}" || die "econf failed" > > emake dep || die "emake dep failed" > emake || die "emake failed" >} > >src_install () { > emake DESTDIR="${D}" install || die "emake install failed" > > dodoc CHANGELOG README TODO docs/* > > newinitd "${FILESDIR}"/${PN}.initd kismet > newconfd "${FILESDIR}"/${PN}.confd kismet >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 260664
: 183520 |
184092
|
184098