Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 141020 Details for
Bug 203903
net-misc/openlldp - a comprehensive implementation of the IEEE standard 802.1AB Link Layer Discovery Protocol
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
openlldp-0.3_alpha.ebuild
openlldp-0.3_alpha.ebuild (text/plain), 1019 bytes, created by
M. Franco
on 2008-01-16 07:33:34 UTC
(
hide
)
Description:
openlldp-0.3_alpha.ebuild
Filename:
MIME Type:
Creator:
M. Franco
Created:
2008-01-16 07:33:34 UTC
Size:
1019 bytes
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="The Link Layer Discovery Protocol" >HOMEPAGE="http://openlldp.sourceforge.net" >MY_P=${P/_/} >SRC_URI="http://downloads.sourceforge.net/${PN}/${MY_P}.tar.gz" >S=${WORKDIR}/${MY_P} > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="libpcap debug" > >DEPEND="libpcap? (net-libs/libpcap)" >RDEPEND=${DEPEND} > >src_compile() { > use libpcap && myconf=" --enable-generic-framer" > use debug && myconf="${myconf} --enable-efence" > > econf --prefix=/usr/lib/openlldp \ > ${myconf} \ > || die "Error: econf failed!" > emake || die "emake failed" >} > >src_install() { > make DESTDIR="${D}" install || die "emake install failed" > > dodoc README > newinitd "${FILESDIR}"/openlldp.initd lldpd > newconfd "${FILESDIR}"/openlldp.confd openlldp >} > >pkg_postinst() { > elog "This is an experimental ebuild. Use with caution." > elog "" > !use libpcap && elog "The kernel module \"af_packet\" is needed for this tool to run." >} >
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 203903
:
139742
|
139931
|
141020
|
233141
|
233143
|
233145