2010-01-17 10:55:40 +01:00
|
|
|
# Template file for 'qemu'
|
|
|
|
pkgname=qemu
|
2013-02-17 06:44:17 +01:00
|
|
|
version=1.4.0
|
2013-01-29 09:12:18 +01:00
|
|
|
revision=1
|
2012-07-13 21:30:04 +02:00
|
|
|
build_style=configure
|
2012-11-28 17:46:48 +01:00
|
|
|
configure_args="--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec
|
2012-10-16 12:01:22 +02:00
|
|
|
--enable-kvm --audio-drv-list=alsa,sdl,pa --disable-xen
|
|
|
|
--enable-vhost-net --enable-vnc-png --enable-vnc-tls --enable-virtfs
|
2012-11-28 17:46:48 +01:00
|
|
|
--disable-fdt --enable-seccomp --enable-spice"
|
2012-06-06 19:29:33 +02:00
|
|
|
conf_files="/etc/qemu/target-${XBPS_MACHINE}.conf"
|
2010-01-17 10:55:40 +01:00
|
|
|
short_desc="Open Source Processor Emulator"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-08-11 09:50:41 +02:00
|
|
|
homepage="http://qemu.org"
|
|
|
|
license="GPL-2, LGPL-2.1"
|
2012-09-06 09:18:40 +02:00
|
|
|
distfiles="http://wiki.qemu.org/download/qemu-${version}.tar.bz2"
|
2013-02-17 06:44:17 +01:00
|
|
|
checksum=066297ed77408fb7588889c271a85cf3c259ad55c939315988e6062d7708eda8
|
2010-01-17 10:55:40 +01:00
|
|
|
|
2012-11-21 22:41:52 +01:00
|
|
|
nostrip=yes
|
|
|
|
conflicts="qemu-kvm>=0"
|
|
|
|
provides="qemu-kvm-$version"
|
|
|
|
replaces="qemu-kvm>=0"
|
|
|
|
|
2013-01-08 10:10:40 +01:00
|
|
|
makedepends="perl python attr-devel libpng-devel>=1.5.10 libjpeg-turbo-devel
|
2012-12-03 12:41:58 +01:00
|
|
|
libuuid-devel libX11-devel alsa-lib-devel gnutls-devel>=3.1.5 SDL-devel
|
2013-01-29 09:12:18 +01:00
|
|
|
libsasl-devel spice-protocol spice-devel glib-devel libtool
|
2012-11-21 22:41:52 +01:00
|
|
|
libcurl-devel xfsprogs-devel libcap-ng-devel libcap-devel nss-devel
|
2013-01-29 09:12:18 +01:00
|
|
|
libbluetooth-devel pulseaudio-devel ncurses-devel libseccomp-devel"
|
2012-11-21 22:41:52 +01:00
|
|
|
|
2012-02-01 19:23:26 +01:00
|
|
|
post_install() {
|
2012-07-10 11:32:50 +02:00
|
|
|
vinstall ${FILESDIR}/65-kvm.rules 644 usr/lib/udev/rules.d
|
2012-07-30 11:52:17 +02:00
|
|
|
# qemu-bridge-helper must be setuid for non privileged users.
|
|
|
|
chmod u+s ${DESTDIR}/usr/libexec/qemu-bridge-helper
|
2012-02-01 19:23:26 +01:00
|
|
|
}
|