Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 64112 Details for
Bug 99999
app-emulation/faumachine-20050720.ebuild (new package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
faumachine-20050720.ebuild
faumachine-20050720.ebuild (text/plain), 946 bytes, created by
Michael Meier
on 2005-07-23 03:00:09 UTC
(
hide
)
Description:
faumachine-20050720.ebuild
Filename:
MIME Type:
Creator:
Michael Meier
Created:
2005-07-23 03:00:09 UTC
Size:
946 bytes
patch
obsolete
># Copyright 2005 Michael "fox" Meier ># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /proj/FAUmachine/FAUmachine/scripts/faumachine-VERSION.ebuild,v 1.3 2005/07/23 09:33:59 simimeie Exp $ > >inherit flag-o-matic > >DESCRIPTION="An Open Source virtual machine" >SRC_URI="http://www3.informatik.uni-erlangen.de/Research/FAUmachine/${PV}/${P}.tar.gz" >HOMEPAGE="http://www.faumachine.org/" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="" > >DEPEND=">=x11-libs/gtk+-2" > >src_unpack() { > unpack ${A} > cd "${S}" >} > >src_compile() { > # march=athlon breaks compile, compiler dies with an error when > # trying to compile the QEMU CPU. > filter-flags -march=athlon > > econf \ > --mandir=/usr/share/man \ > --infodir=/usr/share/info \ > --disable-prefix-search \ > || die "Configure failed" > > emake || die "Compile failed" >} > >src_install() { > make DESTDIR=${D} install || die "Install failed" >}
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 99999
:
64112
|
64679
|
66332
|
66666
|
66667
|
66707
|
71570
|
72304
|
82290