diff --git a/qemu-bin/.footprint b/qemu-bin/.footprint new file mode 100644 index 000000000..ba32aec2c --- /dev/null +++ b/qemu-bin/.footprint @@ -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 diff --git a/qemu-bin/.md5sum b/qemu-bin/.md5sum new file mode 100644 index 000000000..595df7d72 --- /dev/null +++ b/qemu-bin/.md5sum @@ -0,0 +1 @@ +99a328abe1f4c0c721a760bcff1904b4 qemu-0.8.2-i386.tar.gz diff --git a/qemu-bin/Pkgfile b/qemu-bin/Pkgfile new file mode 100644 index 000000000..0213442cf --- /dev/null +++ b/qemu-bin/Pkgfile @@ -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 +} diff --git a/qemu-bin/README b/qemu-bin/README new file mode 100644 index 000000000..024769be6 --- /dev/null +++ b/qemu-bin/README @@ -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.