Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 233141 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-r1.ebuild
openlldp-0.3_alpha-r1.ebuild (text/plain), 1.03 KB, created by
David Smith
on 2010-05-27 15:22:23 UTC
(
hide
)
Description:
openlldp-0.3_alpha-r1.ebuild
Filename:
MIME Type:
Creator:
David Smith
Created:
2010-05-27 15:22:23 UTC
Size:
1.03 KB
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 ~amd64" >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" > > dosbin src/lldpd || die > dodoc README || die > newinitd "${FILESDIR}"/lldp-initd lldpd > newconfd "${FILESDIR}"/lldp-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