qemu: 1.1.1-1 -> 1.2.0-rc0

This commit is contained in:
Thomas Penteker 2012-08-17 23:32:18 +02:00
parent edf06034fb
commit 2dc961c257
3 changed files with 7 additions and 4 deletions

View File

@ -17,6 +17,7 @@ drwxr-xr-x root/root usr/bin/
-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-or32
-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
@ -38,6 +39,7 @@ drwxr-xr-x root/root usr/bin/
-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-or32
-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
@ -46,6 +48,7 @@ drwxr-xr-x root/root usr/bin/
-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-sparc64
-rwxr-xr-x root/root usr/bin/qemu-system-unicore32
-rwxr-xr-x root/root usr/bin/qemu-system-x86_64
-rwxr-xr-x root/root usr/bin/qemu-system-xtensa
-rwxr-xr-x root/root usr/bin/qemu-system-xtensaeb
@ -67,6 +70,7 @@ drwxr-xr-x root/root usr/share/qemu/
-rw-r--r-- root/root usr/share/qemu/cpus-x86_64.conf
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/bepo
-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
@ -103,7 +107,6 @@ drwxr-xr-x root/root usr/share/qemu/keymaps/
-rw-r--r-- root/root usr/share/qemu/keymaps/tr
-rw-r--r-- root/root usr/share/qemu/kvmvapic.bin
-rw-r--r-- root/root usr/share/qemu/linuxboot.bin
-rw-r--r-- root/root usr/share/qemu/mpc8544ds.dtb
-rw-r--r-- root/root usr/share/qemu/multiboot.bin
-rw-r--r-- root/root usr/share/qemu/openbios-ppc
-rw-r--r-- root/root usr/share/qemu/openbios-sparc32

View File

@ -1 +1 @@
32e7cf4453039ef7478b22a53623cfb0 qemu-1.1.1-1.tar.bz2
6e80a6e67ab3b00923fff98850426600 qemu-1.2.0-rc0.tar.bz2

View File

@ -5,12 +5,12 @@
# Depends on: libsdl
name=qemu
version=1.1.1-1
version=1.2.0-rc0
release=1
source=(http://wiki.qemu.org/download/qemu-$version.tar.bz2)
build() {
cd $name-1.1.1
cd $name-1.2.0-rc0
./configure --prefix=/usr \
--cc="${CC:=gcc}" \
--host-cc="${CC:=gcc}" \