Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 184582 Details for
Bug 261895
dev-games/mygui: new package
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild
mygui-9999.ebuild (text/plain), 740 bytes, created by
Anonymous
on 2009-03-10 15:18:22 UTC
(
hide
)
Description:
ebuild
Filename:
MIME Type:
Creator:
Anonymous
Created:
2009-03-10 15:18:22 UTC
Size:
740 bytes
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit subversion > >HOMEPAGE="http://sourceforge.net/projects/my-gui/" >SRC_URI="" >ESVN_REPO_URI="https://my-gui.svn.sourceforge.net/svnroot/my-gui/trunk" >IUSE="" >EAPI="2" > >KEYWORDS="~x86" >SLOT="0" >DEPEND="ogre? ( >dev-games/ogre-1.4.9 )" >RDEPEND="${RDEPEND}" >LICENSE="GPL-2" > >src_compile() { > subversion_src_unpack > cd "${S}" > sh bootstrap || die "Failed to run bootstrap" > ./configure --prefix=/usr || die "Failed to run ./configure" > emake || die "Failed to run make" >} > >src_install() { > emake DESTDIR="${D}" install || die "cannot 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 261895
:
184582
|
266847
|
310803