Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/utils
In directory vz-cvs-3.sog:/tmp/cvs-serv1526

Added Files:
        qemu.info 
Log Message:
import to 10.7

--- NEW FILE: qemu.info ---
Package: qemu
Version: 0.15.0
Revision: 1
Description: Fast machine emulator and virtualizer
License: GPL

Source: http://download.savannah.gnu.org/releases/%n/%n-%v.tar.gz
Source-MD5: dbc55b014bcd21b98e347f6a90f7fb6d

ConfigureParams: <<
--disable-darwin-user \
--disable-bsd-user
<<

CompileScript: <<
#!/bin/sh -ev
  mkdir build
  cd build
  ../configure %c
  make
<<

InstallScript: <<
#!/bin/sh -ev
  cd build
  make install prefix=%i    \
   sharedir=%i/share/qemu   \
   datadir=%i/share/qemu    \
   mandir=%i/share/man      \
   docdir=%i/share/doc/qemu \
   bindir=%i/bin
<<

DocFiles: README* COPYING* TODO VERSION HACKING LICENSE MAINTAINERS

InfoTest: <<
  TestScript: cd tests; make
<<
DescDetail: <<
QEMU is a generic and open source machine emulator and virtualizer.

When used as a machine emulator, QEMU can run OSes and programs made for
one machine (e.g. an ARM board) on a different machine (e.g. your own PC).
By using dynamic translation, it achieves very good performance.

When used as a virtualizer, QEMU achieves near native performances by
executing the guest code directly on the host CPU. QEMU supports
virtualization when executing under the Xen hypervisor or using the KVM
kernel module in Linux.  When using KVM, QEMU can virtualize x86, server
and embedded PowerPC, and S390 guests.
<<

DescPort: <<
Building the systems darwin-user and bsd-user crashed.
Bug reports are filed with upstream, but fixes are unlikely.
Former maintainer (10.3): Christian Schroeder <shre...@gmx.de>, qemu 0.6
<<

Homepage: http://wiki.qemu.org/Main_Page

Maintainer: Karl-Michael Schindler <karl-michael.schind...@web.de>


------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to