Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 45494 Details for
Bug 73749
NNGS no name Go Server ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild
nngs-1.1.16.ebuild (text/plain), 1.18 KB, created by
Lars Grunewaldt
on 2004-12-07 20:45:43 UTC
(
hide
)
Description:
ebuild
Filename:
MIME Type:
Creator:
Lars Grunewaldt
Created:
2004-12-07 20:45:43 UTC
Size:
1.18 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-util/pilrc/pilrc-2.9.ebuild,v 1.10 2004/07/15 00:00:19 agriffis Exp $ > >DESCRIPTION="NNGS Go server" >HOMEPAGE="http://nngs.cosmic.org/" >SRC_URI="http://nngs.sourceforge.net/src/mlrate-1.1.0.tar.gz mirror://sourceforge/nngs/${P}.tar.gz" >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="x86" >IUSE="" >S=${WORKDIR}/${P} >inherit eutils > >DEPEND="" > >src_compile() { > # compile mlrate > cd ${WORKDIR}/mlrate-1.1.0 > pwd > ./configure || die > make || die > > # patch nngs > cd ${S} > pwd > epatch ${FILESDIR}/${P}.patch > # as we change Configure.in, autoconf again > autoconf > # and go > ./configure --prefix=/opt/nngs > make || die >} > >src_unpack() { > cd ${WORKDIR} > pwd > # first, extract mlrate > tar -zxvf ${DISTDIR}/mlrate-1.1.0.tar.gz > # then nngs itself > tar -zxvf ${DISTDIR}/${P}.tar.gz > # finally, the symlink to makt things work > cd ${P} > pwd > ln -s ../mlrate-1.1.0 mlrate >} > >src_install () { > cd ${S} > # we have to change the installation dir in the > # makefile. yes it's ugly, but hey :) > find -name Makefile -exec sed "s:/opt/nngs:${D}opt/nngs:g" -i {} \; > make install >}
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 73749
:
45493
| 45494