Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 181317 Details for
Bug 258136
net-misc/lldpd-0.3 [new ebuild]
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
initial ebuild
lldpd-0.3.ebuild (text/plain), 837 bytes, created by
Alex Moore
on 2009-02-08 15:10:02 UTC
(
hide
)
Description:
initial ebuild
Filename:
MIME Type:
Creator:
Alex Moore
Created:
2009-02-08 15:10:02 UTC
Size:
837 bytes
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="Link Layer Discovery Protocol Daemon" >HOMEPAGE="https://trac.luffy.cx/lldpd/" >MY_P=${P/_/} >SRC_URI="http://www.luffy.cx/${PN}/${MY_P}.tar.gz" >S=${WORKDIR}/${MY_P} > >inherit autotools > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="snmp" > >DEPEND="snmp? ( net-analyzer/net-snmp )" >RDEPEND=${DEPEND} > >pkg_setup() { > enewgroup _lldpd > enewuser _lldpd -1 -1 /dev/null _lldpd >} > >src_unpack() { > unpack ${A} > cd "${S}" > eautoreconf >} > >src_compile() { > econf $(use_with snmp) > emake >} > >src_install() { > emake DESTDIR="${D}" install || die "emake install failed" > > newinitd "${FILESDIR}"/lldpd.initd lldpd > newconfd debian/lldpd.default lldpd > > dodir /var/run/lldpd > fowners _lldpd:_lldpd /var/run/lldpd >}
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 258136
: 181317 |
181318
|
198830
|
198832