Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 63143 Details for
Bug 60776
nistnet-2.4.1.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
nistnet-2.4.1.ebuild (URL fixed)
nistnet-2.4.1.ebuild (text/plain), 1.70 KB, created by
Stephen Earl
on 2005-07-11 06:47:33 UTC
(
hide
)
Description:
nistnet-2.4.1.ebuild (URL fixed)
Filename:
MIME Type:
Creator:
Stephen Earl
Created:
2005-07-11 06:47:33 UTC
Size:
1.70 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ >inherit eutils >S=${WORKDIR}/${PN} ># Added cos to use-flags to pass it on the configure file >IUSE="cos ecn Xaw3d neXtaw" >DESCRIPTION="nist net - network emulation package" >HOMEPAGE="http://cablespeed.com/~tmolina/index.html" >SRC_URI="http://cablespeed.com/~tmolina/nistnet.2.4.1.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" > >DEPEND="virtual/x11 > Xaw3d? ( x11-libs/Xaw3d ) > neXtaw? ( x11-libs/neXtaw )" > >pkg_setup() { > einfo "cos use flags enable Class Of Service and ecn enable Explicit Congestion Support" > if ( use Xaw3d && use neXtaw ); then > einfo "You need to select only one Widget, ie Xaw3d OR neXtaw" && die > fi > if ! ( use Xaw3d || use neXtaw ); then > einfo "You need to select at least one Widget, ie Xaw3d OR neXtaw" && die > fi >} > >src_unpack() { > unpack ${A} > > cd ${WORKDIR} > > # Patch makefile > epatch ${FILESDIR}/${P}-gentoo.diff || die "epatch failed" > > # we need to setup for xaw3d or neXtaw. Assume xaw3d is default so no need to change it. > if use neXtaw; then > cd ${S} > sed -i -e 's/lXaw3d/lneXtaw/g' configure || die "sed failed" > cd monitor > sed -i -e 's/lXaw3d/lneXtaw/g' Imakefile || die "sed failed" > fi > # Patch Config > if use ecn; then > cd ${S} > sed -i -e 's/# -DCONFIG_ECN/-DCONFIG_ECN/g' Config || die "sed failed" > fi > if use cos; then > cd ${S} > sed -i -e 's/# -DCONFIG_COS/-DCONFIG_COS/g' Config || die "sed failed" > fi >} > >src_compile() { > cd ${S} > econf || die > emake || die >} > >src_install () { > mkdir ${DESTDIR}dev/ > make DESTDIR=${D} install || die > dodoc ChangeLog doc/* doc/htmldocs/* doc/htmldocs/slides/* >}
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 60776
:
37659
|
37660
|
40003
|
40004
|
40005
|
56213
|
56214
|
56215
|
56216
|
56285
|
56286
| 63143