qemu: 0.12.5 -> 0.13.0
(cherry picked from commit 006eb93ed2e3a7034f1169b758aff610fd0d32d3)
This commit is contained in:
parent
65969749b0
commit
5f72d6124f
@ -1,3 +1,6 @@
|
||||
drwxr-xr-x root/root etc/
|
||||
drwxr-xr-x root/root etc/qemu/
|
||||
-rw-r--r-- root/root etc/qemu/target-x86_64.conf
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/qemu
|
||||
@ -38,10 +41,18 @@ drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/qemu-system-sparc64
|
||||
-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/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/qemu-img.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/qemu.1.gz
|
||||
drwxr-xr-x root/root usr/man/man8/
|
||||
-rw-r--r-- root/root usr/man/man8/qemu-nbd.8.gz
|
||||
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
|
||||
-rw-r--r-- root/root usr/share/qemu/gpxe-eepro100-80861209.rom
|
||||
-rw-r--r-- root/root usr/share/qemu/gpxe-eepro100-80861229.rom
|
||||
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
|
||||
@ -86,11 +97,11 @@ drwxr-xr-x root/root usr/share/qemu/keymaps/
|
||||
-rw-r--r-- root/root usr/share/qemu/petalogix-s3adsp1800.dtb
|
||||
-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-i82559er.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/pxe-virtio.bin
|
||||
-rw-r--r-- root/root usr/share/qemu/s390-zipl.rom
|
||||
-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 +1 @@
|
||||
1d02ee0a04dfae2894340273372c1de4 qemu-0.12.5.tar.gz
|
||||
397a0d665da8ba9d3b9583629f3d6421 qemu-0.13.0.tar.gz
|
||||
|
@ -6,7 +6,7 @@
|
||||
# Nice to have: kqemu texi2html
|
||||
|
||||
name=qemu
|
||||
version=0.12.5
|
||||
version=0.13.0
|
||||
release=1
|
||||
source=(http://download.savannah.gnu.org/releases/$name/$name-$version.tar.gz)
|
||||
|
||||
@ -14,7 +14,9 @@ build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr \
|
||||
--cc="${CC:=gcc}" \
|
||||
--host-cc="${CC:=gcc}"
|
||||
--host-cc="${CC:=gcc}" \
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/man
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user