summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2010-10-19 22:32:20 +0200
committerThomas Penteker <tek@serverop.de>2010-10-19 22:33:05 +0200
commit5f72d6124fea6aaa6ea02f5552b1b31e7398a97d (patch)
tree85e99c49d777a1ed19196966941199d03973c80e
parent65969749b01afce5e3c05c6dc05268592294a6ec (diff)
downloadopt-5f72d6124fea6aaa6ea02f5552b1b31e7398a97d.tar.gz
opt-5f72d6124fea6aaa6ea02f5552b1b31e7398a97d.tar.xz
qemu: 0.12.5 -> 0.13.0
(cherry picked from commit 006eb93ed2e3a7034f1169b758aff610fd0d32d3)
-rw-r--r--qemu/.footprint13
-rw-r--r--qemu/.md5sum2
-rw-r--r--qemu/Pkgfile6
3 files changed, 17 insertions, 4 deletions
diff --git a/qemu/.footprint b/qemu/.footprint
index 1eae1efff..772c1714c 100644
--- a/qemu/.footprint
+++ b/qemu/.footprint
@@ -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
diff --git a/qemu/.md5sum b/qemu/.md5sum
index 7caa5e02e..7a472cb7f 100644
--- a/qemu/.md5sum
+++ b/qemu/.md5sum
@@ -1 +1 @@
-1d02ee0a04dfae2894340273372c1de4 qemu-0.12.5.tar.gz
+397a0d665da8ba9d3b9583629f3d6421 qemu-0.13.0.tar.gz
diff --git a/qemu/Pkgfile b/qemu/Pkgfile
index 4593b446a..b5acf21f8 100644
--- a/qemu/Pkgfile
+++ b/qemu/Pkgfile
@@ -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

Generated by cgit