Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 516520 Details for
Bug 645542
net-libs/pf_ring-7.0.0 [new package] library used for fast packet inspection
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
pf_ring-7.0.0.ebuild
pf_ring-7.0.0.ebuild (text/plain), 963 bytes, created by
Wojciech Myrda
on 2018-01-25 08:37:29 UTC
(
hide
)
Description:
pf_ring-7.0.0.ebuild
Filename:
MIME Type:
Creator:
Wojciech Myrda
Created:
2018-01-25 08:37:29 UTC
Size:
963 bytes
patch
obsolete
># Copyright 1999-2018 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=6 > >inherit eutils multilib > >MY_P="PF_RING-${PV}" > >DESCRIPTION="Library for new type of network socket that improves packet capture speed." >HOMEPAGE="http://www.ntop.org/products/pf_ring/" >SRC_URI="https://github.com/ntop/PF_RING/archive/${PV}.tar.gz -> ${P}.tar.gz" > >LICENSE="LGPL-2.1" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="redis zeromq" > >DEPEND=" > =sys-kernel/pf_ring-kmod-${PV}* > redis? ( dev-db/redis ) > zeromq? ( net-libs/zeromq ) >" >RDEPEND="${DEPEND}" > >S="${WORKDIR}/${MY_P}/userland/lib" > >DOCS="../../ChangeLog ../../README.* ../../doc/README.*.md" >PATCHES=( "${FILESDIR}/${PN}.patch" ) > >src_configure() { > econf \ > $(usex redis) \ > $(usex zeromq zmq) \ > --libdir=/usr/$(get_libdir) >} > >src_install() { > default > > # Symlink required for net-analyzer/suricata and probably others > dosym libpfring.so /usr/$(get_libdir)/libpfring.so.1 >}
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 645542
:
516314
|
516316
| 516520