r2082 - in crux-2.2/ports/opt: . qemu-bin
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
Author: sip Date: 2006-10-14 22:45:25 +0200 (Sat, 14 Oct 2006) New Revision: 2082 Added: crux-2.2/ports/opt/qemu-bin/ crux-2.2/ports/opt/qemu-bin/.footprint crux-2.2/ports/opt/qemu-bin/.md5sum crux-2.2/ports/opt/qemu-bin/Pkgfile crux-2.2/ports/opt/qemu-bin/README Log: qemu-bin: initial import Added: crux-2.2/ports/opt/qemu-bin/.footprint =================================================================== --- crux-2.2/ports/opt/qemu-bin/.footprint (rev 0) +++ crux-2.2/ports/opt/qemu-bin/.footprint 2006-10-14 20:45:25 UTC (rev 2082) @@ -0,0 +1,31 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/qemu +-rwxr-xr-x root/root usr/bin/qemu-arm +-rwxr-xr-x root/root usr/bin/qemu-armeb +-rwxr-xr-x root/root usr/bin/qemu-i386 +-rwxr-xr-x root/root usr/bin/qemu-img +-rwxr-xr-x root/root usr/bin/qemu-mips +-rwxr-xr-x root/root usr/bin/qemu-mipsel +-rwxr-xr-x root/root usr/bin/qemu-ppc +-rwxr-xr-x root/root usr/bin/qemu-sparc +-rwxr-xr-x root/root usr/bin/qemu-system-arm +-rwxr-xr-x root/root usr/bin/qemu-system-mips +-rwxr-xr-x root/root usr/bin/qemu-system-mipsel +-rwxr-xr-x root/root usr/bin/qemu-system-ppc +-rwxr-xr-x root/root usr/bin/qemu-system-sparc +-rwxr-xr-x root/root usr/bin/qemu-system-x86_64 +drwxr-xr-x root/root usr/local/ +drwxr-xr-x root/root usr/local/share/ +drwxr-xr-x root/root usr/local/share/qemu/ +-rw-r--r-- root/root usr/local/share/qemu/bios.bin +-rw-r--r-- root/root usr/local/share/qemu/linux_boot.bin +-rw-r--r-- root/root usr/local/share/qemu/openbios-sparc32 +-rw-r--r-- root/root usr/local/share/qemu/ppc_rom.bin +-rw-r--r-- root/root usr/local/share/qemu/vgabios-cirrus.bin +-rw-r--r-- root/root usr/local/share/qemu/vgabios.bin +-rw-r--r-- root/root usr/local/share/qemu/video.x +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rwxr-xr-x root/root usr/man/man1/qemu-img.1.gz +-rwxr-xr-x root/root usr/man/man1/qemu.1.gz Added: crux-2.2/ports/opt/qemu-bin/.md5sum =================================================================== --- crux-2.2/ports/opt/qemu-bin/.md5sum (rev 0) +++ crux-2.2/ports/opt/qemu-bin/.md5sum 2006-10-14 20:45:25 UTC (rev 2082) @@ -0,0 +1 @@ +99a328abe1f4c0c721a760bcff1904b4 qemu-0.8.2-i386.tar.gz Added: crux-2.2/ports/opt/qemu-bin/Pkgfile =================================================================== --- crux-2.2/ports/opt/qemu-bin/Pkgfile (rev 0) +++ crux-2.2/ports/opt/qemu-bin/Pkgfile 2006-10-14 20:45:25 UTC (rev 2082) @@ -0,0 +1,18 @@ +# Description: Fast CPU emulator and virtualizer +# URL: http://fabrice.bellard.free.fr/qemu/ +# Maintainer: Simone Rota, sip at crux dot nu +# Packager: Simone Rota, sip at crux dot nu +# Depends on: libsdl +# Nice to have: kqemu + +name=qemu-bin +version=0.8.2 +release=1 +source=(http://fabrice.bellard.free.fr/qemu/qemu-$version-i386.tar.gz) + +build() { + cp -r $SRC/* $PKG + mv $PKG/usr/local/share/man $PKG/usr/man + mv $PKG/usr/local/bin $PKG/usr/bin + rm -rf $PKG/usr/local/share/doc +} Added: crux-2.2/ports/opt/qemu-bin/README =================================================================== --- crux-2.2/ports/opt/qemu-bin/README (rev 0) +++ crux-2.2/ports/opt/qemu-bin/README 2006-10-14 20:45:25 UTC (rev 2082) @@ -0,0 +1,11 @@ +README file for qemu-bin port + +WHY? + Qemu currently does not correctly work well if compiled with + gcc 4. There are patches around (see the qemu port) but some + things are still broken (ie: tun-tap networking). + +NOTE + This binary port install support files in /usr/local, + a small price to pay until qemu get official support + for gcc 4.
participants (1)
-
crux@crux.nu