Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 194957 Details for
Bug 274459
app-emulation/qemuctl-0.3.0 - a GUI for app-emulation/qemu
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
qemuctl-0.2.1.ebuild
qemuctl-0.2.1.ebuild (text/plain), 753 bytes, created by
Tuna
on 2009-06-17 06:58:02 UTC
(
hide
)
Description:
qemuctl-0.2.1.ebuild
Filename:
MIME Type:
Creator:
Tuna
Created:
2009-06-17 06:58:02 UTC
Size:
753 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >MY_P="${PN}${PV}.tar" > >DESCRIPTION="GUI for controlling running VM in virtual pc emulator qemu" >HOMEPAGE="http://qemuctl.sourceforge.net/" >SRC_URI="http://sunet.dl.sourceforge.net/sourceforge/qemuctl/${MY_P}.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="" > >DEPEND="dev-lang/perl > >=dev-perl/gtk2-perl-1.121 > >=dev-util/glade-2.0 > >=app-emulation/qemu-0.8.1" > >src_unpack() { > mv ${DISTDIR}/${MY_P}.gz ${DISTDIR}/${MY_P} > > unpack ${MY_P} > > cd "${WORKDIR}/${PN}${PV}" > > epatch "${FILESDIR}/${P}.patch" >} > >src_install() { > cd "${WORKDIR}/${PN}${PV}" > > make DESTDIR=${D} 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 274459
: 194957 |
194959