Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 219323 Details for
Bug 273825
net-wireless/kismet-2011.03.2 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Improved ebuild for 2010-01-R1
kismet-2010.01.1.ebuild (text/plain), 2.16 KB, created by
Davide Pesavento (RETIRED)
on 2010-02-12 10:40:49 UTC
(
hide
)
Description:
Improved ebuild for 2010-01-R1
Filename:
MIME Type:
Creator:
Davide Pesavento (RETIRED)
Created:
2010-02-12 10:40:49 UTC
Size:
2.16 KB
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="2" > >inherit eutils > >MY_P=${P/\./-} >MY_P=${MY_P/./-R} > >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" > >KISMET_PLUGINS="autowep btscan ptw spectools" >IUSE="+client kernel_linux +pcre +pcap +suid ${KISMET_PLUGINS}" > >RDEPEND="btscan? ( net-wireless/bluez ) > client? ( sys-libs/ncurses ) > kernel_linux? ( > dev-libs/libnl > sys-libs/libcap > ) > pcap? ( net-libs/libpcap ) > pcre? ( dev-libs/libpcre ) > ptw? ( dev-libs/openssl )" >DEPEND="${RDEPEND} > dev-util/pkgconfig" > >S=${WORKDIR}/${MY_P} > >src_prepare() { > sed -i -e 's:# *logprefix=.*:logprefix=/tmp:' conf/kismet.conf.in \ > || die "failed to change logprefix" >} > >src_configure() { > econf --with-suidgroup=kismet \ > $(use_enable client) \ > $(use_enable kernel_linux linuxwext) \ > $(use_enable pcre) \ > $(use_enable pcap) >} > >src_compile() { > emake || die "emake failed" > > for plugin in ${KISMET_PLUGINS}; do > if use ${plugin}; then > emake -C plugin-${plugin} KIS_SRC_DIR="${S}" \ > || die "emake in plugin-${plugin} failed" > fi > done >} > >src_install() { > emake DESTDIR="${D}" commoninstall || die "emake install failed" > > for plugin in ${KISMET_PLUGINS}; do > if use ${plugin}; then > emake -C plugin-${plugin} KIS_SRC_DIR="${S}" DESTDIR="${D}" install \ > || die "emake install in plugin-${plugin} failed" > fi > done > > dodoc README RELEASENOTES.txt docs/{DEVEL.client,README.newcore} || die > > insinto /etc > doins conf/kismet{,_drone}.conf || die > > newinitd "${FILESDIR}"/${PN}.initd kismet || die > newconfd "${FILESDIR}"/${PN}.confd kismet || die > > if use suid; then > dobin kismet_capture || die > fperms 4550 /usr/bin/kismet_capture || die > fi >} > >pkg_preinst() { > if use suid; then > enewgroup kismet > fowners root:kismet /usr/bin/kismet_capture || die > elog "Kismet has been installed with a setuid-root helper binary" > elog "to enable minimal-root operation. Users need to be part of" > elog "the 'kismet' group to perform captures from physical devices." > fi >}
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 273825
:
195247
|
195757
|
195758
|
195760
|
202934
|
202985
|
211607
|
218165
| 219323