Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 79010 Details for
Bug 76646
net-misc/olsrd-0.4.10 (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
new ebuild
olsrd-0.4.10.ebuild (text/plain), 1.75 KB, created by
Cédric Krier
on 2006-02-06 00:46:15 UTC
(
hide
)
Description:
new ebuild
Filename:
MIME Type:
Creator:
Cédric Krier
Created:
2006-02-06 00:46:15 UTC
Size:
1.75 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: > >DESCRIPTION="An implementation of the Optimized Link State Routing protocol" >HOMEPAGE="http://www.olsr.org/" >SRC_URI="http://www.olsr.org/releases/${PV%.*}/${P}.tar.bz2" > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="~x86 ~amd64" >IUSE="gtk" > >DEPEND="gtk? ( =x11-libs/gtk+-2* )" > >src_compile() { > > emake OS=linux || die > > for module in dot_draw dyn_gw httpinfo nameservice powerinfo secure; do > ( > cd lib/$module > emake OS=linux || die > ) > done > > if use gtk; then > ( > cd gui/linux-gtk > einfo "Building GUI ..." > emake || die > ) > fi >} > >src_install() { > dosbin olsrd > insinto /etc > doins files/olsrd.conf.default.rfc files/olsrd.conf.default.lq > > doman files/olsrd.conf.5.gz files/olsrd.8.gz > dolib lib/dot_draw/olsrd_dot_draw.so.0.3 lib/dyn_gw/olsrd_dyn_gw.so.0.4 > dolib lib/httpinfo/olsrd_httpinfo.so.0.1 lib/nameservice/olsrd_nameservice.so.0.2 > dolib lib/powerinfo/olsrd_power.so.0.3 lib/secure/olsrd_secure.so.0.5 > dodoc lib/dyn_gw/README_DYN_GW lib/dot_draw/README_DOT_DRAW > dodoc lib/httpinfo/README_HTTPINFO > newdoc lib/nameservice/README README-NAMESERVICE > dodoc lib/powerinfo/README_POWER > newdoc lib/secure/SOLSR-README README-SECURE > > use gtk && dobin gui/linux-gtk/olsrd-gui > > doinitd ${FILESDIR}/olsrd >} > >pkg_postinst() { > einfo "You must have root privileges to run olsrd!" > einfo "" > einfo "olsrd uses the config file /etc/olsrd.conf" > einfo "There are two example config files" > einfo "" > einfo " /etc/olsrd.conf.default.rfc" > einfo " /etc/olsrd.conf.default.lq" > einfo "" > einfo "First one uses RFC conform OLSR and the second uses" > einfo "the Link Quality Extensions:" > einfo "" > einfo " http://www.olsr.org/docs/README-Link-Quality.html" >}
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 76646
:
54421
|
60192
|
60193
|
79010