1
0
forked from ports/opt

qemu-bin: initial import

This commit is contained in:
Simone Rota 2006-10-14 20:45:25 +00:00
parent d46b747caa
commit bc4e4c9263
4 changed files with 61 additions and 0 deletions

31
qemu-bin/.footprint Normal file
View File

@ -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

1
qemu-bin/.md5sum Normal file
View File

@ -0,0 +1 @@
99a328abe1f4c0c721a760bcff1904b4 qemu-0.8.2-i386.tar.gz

18
qemu-bin/Pkgfile Normal file
View File

@ -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
}

11
qemu-bin/README Normal file
View File

@ -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.