qemu: update to 2.5.0.
This commit is contained in:
parent
c07fcb18d5
commit
308e5e59be
|
@ -1 +0,0 @@
|
|||
qemu
|
|
@ -1 +0,0 @@
|
|||
qemu
|
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'qemu'
|
||||
pkgname=qemu
|
||||
version=2.4.1
|
||||
version=2.5.0
|
||||
revision=1
|
||||
short_desc="Open Source Processor Emulator"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://qemu.org"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
distfiles="http://wiki.qemu.org/download/qemu-${version}.tar.bz2"
|
||||
checksum=e3d5cf4c8b1f9129c9c797329a515bfb6b3b1ded0ab8b394c8a316490fe3a177
|
||||
checksum=3443887401619fe33bfa5d900a4f2d6a79425ae2b7e43d5b8c36eb7a683772d4
|
||||
|
||||
nostrip=yes
|
||||
hostmakedepends="pkg-config perl python automake libtool flex"
|
||||
|
@ -46,7 +46,7 @@ do_configure() {
|
|||
|
||||
./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec \
|
||||
--enable-kvm --audio-drv-list=alsa,sdl,pa --disable-xen --enable-tpm \
|
||||
--enable-vhost-net --enable-vnc-png --enable-vnc-tls --enable-virtfs \
|
||||
--enable-vhost-net --enable-vnc-png --enable-virtfs \
|
||||
--enable-libusb --disable-glusterfs --enable-snappy --enable-usb-redir \
|
||||
--enable-pie --localstatedir=/var $(vopt_enable spice) \
|
||||
$(vopt_if sdl "--with-sdlabi=1.2") \
|
||||
|
@ -74,20 +74,3 @@ do_install() {
|
|||
# qemu-bridge-helper must be setuid for non privileged users.
|
||||
chmod u+s ${DESTDIR}/usr/libexec/qemu-bridge-helper
|
||||
}
|
||||
|
||||
libcacard-devel_package() {
|
||||
short_desc="Common Access Card (CAC) Emulation library - development files"
|
||||
depends="nss-devel libcacard>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
libcacard_package() {
|
||||
short_desc="Common Access Card (CAC) Emulation library"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/*.so.*"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue