Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 54421 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]
basic olsrd ebuild
olsrd-0.4.8.ebuild (text/plain), 1.01 KB, created by
Maximilian Bauer
on 2005-03-25 02:56:11 UTC
(
hide
)
Description:
basic olsrd ebuild
Filename:
MIME Type:
Creator:
Maximilian Bauer
Created:
2005-03-25 02:56:11 UTC
Size:
1.01 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/0.4/${P}.tar.bz2" > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="x86 ppc ~sparc ~alpha ~hppa ~mips ~amd64 ~ia64 ~ppc64 ~s390 ~arm" >IUSE="ipv6" > >DEPEND="virtual/libc > >=net-wireless/wireless-tools-26-r1" > >src_unpack() { > unpack ${A} >} > >src_compile() { > emake OS=linux || die > cd lib/dyn_gw > emake >} > >src_install() { ># einstall -m 755 olsrd /usr/sbin ># einstall olsr.conf /etc > dosbin olsrd ># einstall -D -m 755 olsrd_dyn_gw.so.0.3 /usr/lib/olsrd_dyn_gw.so.0.3 > > insinto /etc > newins files/olsrd.conf.default olsrd.conf > > doman files/olsrd.conf.5.gz > doman files/olsrd.8.gz > dolib lib/dyn_gw/olsrd_dyn_gw.so.0.3 >} > >pkg_postinst() { > einfo "You must have root privileges to run olsrd!" > einfo "" > einfo "olsrd uses the configfile /etc/olsr.conf" > einfo "a default configfile! " >}
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