qemu: 0.10.0, replaces qemu-bin
This commit is contained in:
parent
cbec780ac6
commit
496a2e8b2f
@ -1,51 +0,0 @@
|
|||||||
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-alpha
|
|
||||||
-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-cris
|
|
||||||
-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-m68k
|
|
||||||
-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-ppc64
|
|
||||||
-rwxr-xr-x root/root usr/bin/qemu-ppc64abi32
|
|
||||||
-rwxr-xr-x root/root usr/bin/qemu-sh4
|
|
||||||
-rwxr-xr-x root/root usr/bin/qemu-sh4eb
|
|
||||||
-rwxr-xr-x root/root usr/bin/qemu-sparc
|
|
||||||
-rwxr-xr-x root/root usr/bin/qemu-sparc32plus
|
|
||||||
-rwxr-xr-x root/root usr/bin/qemu-sparc64
|
|
||||||
-rwxr-xr-x root/root usr/bin/qemu-system-arm
|
|
||||||
-rwxr-xr-x root/root usr/bin/qemu-system-cris
|
|
||||||
-rwxr-xr-x root/root usr/bin/qemu-system-m68k
|
|
||||||
-rwxr-xr-x root/root usr/bin/qemu-system-mips
|
|
||||||
-rwxr-xr-x root/root usr/bin/qemu-system-mips64
|
|
||||||
-rwxr-xr-x root/root usr/bin/qemu-system-mips64el
|
|
||||||
-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-ppc64
|
|
||||||
-rwxr-xr-x root/root usr/bin/qemu-system-ppcemb
|
|
||||||
-rwxr-xr-x root/root usr/bin/qemu-system-sh4
|
|
||||||
-rwxr-xr-x root/root usr/bin/qemu-system-sh4eb
|
|
||||||
-rwxr-xr-x root/root usr/bin/qemu-system-sparc
|
|
||||||
-rwxr-xr-x root/root usr/bin/qemu-system-x86_64
|
|
||||||
-rwxr-xr-x root/root usr/bin/qemu-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/openbios-sparc32
|
|
||||||
-rw-r--r-- root/root usr/local/share/qemu/ppc_rom.bin
|
|
||||||
-rw-r--r-- root/root usr/local/share/qemu/pxe-ne2k_pci.bin
|
|
||||||
-rw-r--r-- root/root usr/local/share/qemu/pxe-pcnet.bin
|
|
||||||
-rw-r--r-- root/root usr/local/share/qemu/pxe-rtl8139.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 +0,0 @@
|
|||||||
ff807f7b7627ada17bf06ae1638bd566 qemu-0.9.1-i386.tar.gz
|
|
@ -1,18 +0,0 @@
|
|||||||
# Description: Fast CPU emulator and virtualizer
|
|
||||||
# URL: http://bellard.org/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.9.1
|
|
||||||
release=1
|
|
||||||
source=(http://bellard.org/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
|
|
||||||
}
|
|
@ -1,11 +0,0 @@
|
|||||||
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.
|
|
87
qemu/.footprint
Normal file
87
qemu/.footprint
Normal file
@ -0,0 +1,87 @@
|
|||||||
|
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-alpha
|
||||||
|
-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-cris
|
||||||
|
-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-m68k
|
||||||
|
-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-nbd
|
||||||
|
-rwxr-xr-x root/root usr/bin/qemu-ppc
|
||||||
|
-rwxr-xr-x root/root usr/bin/qemu-ppc64
|
||||||
|
-rwxr-xr-x root/root usr/bin/qemu-ppc64abi32
|
||||||
|
-rwxr-xr-x root/root usr/bin/qemu-sh4
|
||||||
|
-rwxr-xr-x root/root usr/bin/qemu-sh4eb
|
||||||
|
-rwxr-xr-x root/root usr/bin/qemu-sparc
|
||||||
|
-rwxr-xr-x root/root usr/bin/qemu-sparc32plus
|
||||||
|
-rwxr-xr-x root/root usr/bin/qemu-sparc64
|
||||||
|
-rwxr-xr-x root/root usr/bin/qemu-system-arm
|
||||||
|
-rwxr-xr-x root/root usr/bin/qemu-system-cris
|
||||||
|
-rwxr-xr-x root/root usr/bin/qemu-system-m68k
|
||||||
|
-rwxr-xr-x root/root usr/bin/qemu-system-mips
|
||||||
|
-rwxr-xr-x root/root usr/bin/qemu-system-mips64
|
||||||
|
-rwxr-xr-x root/root usr/bin/qemu-system-mips64el
|
||||||
|
-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-ppc64
|
||||||
|
-rwxr-xr-x root/root usr/bin/qemu-system-ppcemb
|
||||||
|
-rwxr-xr-x root/root usr/bin/qemu-system-sh4
|
||||||
|
-rwxr-xr-x root/root usr/bin/qemu-system-sh4eb
|
||||||
|
-rwxr-xr-x root/root usr/bin/qemu-system-sparc
|
||||||
|
-rwxr-xr-x root/root usr/bin/qemu-system-x86_64
|
||||||
|
-rwxr-xr-x root/root usr/bin/qemu-x86_64
|
||||||
|
drwxr-xr-x root/root usr/share/
|
||||||
|
drwxr-xr-x root/root usr/share/qemu/
|
||||||
|
-rw-r--r-- root/root usr/share/qemu/bamboo.dtb
|
||||||
|
-rw-r--r-- root/root usr/share/qemu/bios.bin
|
||||||
|
drwxr-xr-x root/root usr/share/qemu/keymaps/
|
||||||
|
-rw-r--r-- root/root usr/share/qemu/keymaps/ar
|
||||||
|
-rw-r--r-- root/root usr/share/qemu/keymaps/common
|
||||||
|
-rw-r--r-- root/root usr/share/qemu/keymaps/da
|
||||||
|
-rw-r--r-- root/root usr/share/qemu/keymaps/de
|
||||||
|
-rw-r--r-- root/root usr/share/qemu/keymaps/de-ch
|
||||||
|
-rw-r--r-- root/root usr/share/qemu/keymaps/en-gb
|
||||||
|
-rw-r--r-- root/root usr/share/qemu/keymaps/en-us
|
||||||
|
-rw-r--r-- root/root usr/share/qemu/keymaps/es
|
||||||
|
-rw-r--r-- root/root usr/share/qemu/keymaps/et
|
||||||
|
-rw-r--r-- root/root usr/share/qemu/keymaps/fi
|
||||||
|
-rw-r--r-- root/root usr/share/qemu/keymaps/fo
|
||||||
|
-rw-r--r-- root/root usr/share/qemu/keymaps/fr
|
||||||
|
-rw-r--r-- root/root usr/share/qemu/keymaps/fr-be
|
||||||
|
-rw-r--r-- root/root usr/share/qemu/keymaps/fr-ca
|
||||||
|
-rw-r--r-- root/root usr/share/qemu/keymaps/fr-ch
|
||||||
|
-rw-r--r-- root/root usr/share/qemu/keymaps/hr
|
||||||
|
-rw-r--r-- root/root usr/share/qemu/keymaps/hu
|
||||||
|
-rw-r--r-- root/root usr/share/qemu/keymaps/is
|
||||||
|
-rw-r--r-- root/root usr/share/qemu/keymaps/it
|
||||||
|
-rw-r--r-- root/root usr/share/qemu/keymaps/ja
|
||||||
|
-rw-r--r-- root/root usr/share/qemu/keymaps/lt
|
||||||
|
-rw-r--r-- root/root usr/share/qemu/keymaps/lv
|
||||||
|
-rw-r--r-- root/root usr/share/qemu/keymaps/mk
|
||||||
|
-rw-r--r-- root/root usr/share/qemu/keymaps/modifiers
|
||||||
|
-rw-r--r-- root/root usr/share/qemu/keymaps/nl
|
||||||
|
-rw-r--r-- root/root usr/share/qemu/keymaps/nl-be
|
||||||
|
-rw-r--r-- root/root usr/share/qemu/keymaps/no
|
||||||
|
-rw-r--r-- root/root usr/share/qemu/keymaps/pl
|
||||||
|
-rw-r--r-- root/root usr/share/qemu/keymaps/pt
|
||||||
|
-rw-r--r-- root/root usr/share/qemu/keymaps/pt-br
|
||||||
|
-rw-r--r-- root/root usr/share/qemu/keymaps/ru
|
||||||
|
-rw-r--r-- root/root usr/share/qemu/keymaps/sl
|
||||||
|
-rw-r--r-- root/root usr/share/qemu/keymaps/sv
|
||||||
|
-rw-r--r-- root/root usr/share/qemu/keymaps/th
|
||||||
|
-rw-r--r-- root/root usr/share/qemu/keymaps/tr
|
||||||
|
-rw-r--r-- root/root usr/share/qemu/openbios-ppc
|
||||||
|
-rw-r--r-- root/root usr/share/qemu/openbios-sparc32
|
||||||
|
-rw-r--r-- root/root usr/share/qemu/openbios-sparc64
|
||||||
|
-rw-r--r-- root/root usr/share/qemu/ppc_rom.bin
|
||||||
|
-rw-r--r-- root/root usr/share/qemu/pxe-e1000.bin
|
||||||
|
-rw-r--r-- root/root usr/share/qemu/pxe-ne2k_pci.bin
|
||||||
|
-rw-r--r-- root/root usr/share/qemu/pxe-pcnet.bin
|
||||||
|
-rw-r--r-- root/root usr/share/qemu/pxe-rtl8139.bin
|
||||||
|
-rw-r--r-- root/root usr/share/qemu/vgabios-cirrus.bin
|
||||||
|
-rw-r--r-- root/root usr/share/qemu/vgabios.bin
|
||||||
|
-rw-r--r-- root/root usr/share/qemu/video.x
|
1
qemu/.md5sum
Normal file
1
qemu/.md5sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
8dc50b834fa3f5f6a17d7bc3d0559e53 qemu-0.10.0.tar.gz
|
19
qemu/Pkgfile
Normal file
19
qemu/Pkgfile
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# Description: Fast CPU emulator and virtualizer
|
||||||
|
# URL: http://nongnu.org/qemu/
|
||||||
|
# Maintainer: Lucas Hazel, lucas at die dot net dot au
|
||||||
|
# Depends on: libsdl
|
||||||
|
# Optional: kqemu
|
||||||
|
|
||||||
|
name=qemu
|
||||||
|
version=0.10.0
|
||||||
|
release=1
|
||||||
|
source=(http://download.savannah.gnu.org/releases/$name/$name-$version.tar.gz)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd $name-$version
|
||||||
|
./configure --prefix=/usr \
|
||||||
|
--cc="${CC:=gcc}" \
|
||||||
|
--host-cc="${CC:=gcc}"
|
||||||
|
make
|
||||||
|
make DESTDIR=$PKG install
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user