2010-01-17 10:55:40 +01:00
|
|
|
# Template file for 'qemu'
|
|
|
|
pkgname=qemu
|
2013-04-21 05:22:14 +02:00
|
|
|
version=1.4.1
|
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"
|
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-04-21 05:22:14 +02:00
|
|
|
checksum=75063a9326221607de3599e89fb5af80f2d8080ddc55ca253fff113843432df1
|
2010-01-17 10:55:40 +01:00
|
|
|
|
2013-04-21 05:36:38 +02:00
|
|
|
hostmakedepends="pkg-config perl python libtool"
|
|
|
|
makedepends="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-04-21 05:36:38 +02:00
|
|
|
libsasl-devel spice-protocol spice-devel libglib-devel
|
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
|
|
|
}
|
2013-04-14 11:26:34 +02:00
|
|
|
|
|
|
|
qemu_package() {
|
|
|
|
nostrip=yes
|
|
|
|
conf_files="/etc/qemu/target-.conf"
|
|
|
|
replaces="qemu-kvm>=0"
|
|
|
|
provides="qemu-kvm-${version}"
|
|
|
|
conflicts="qemu-kvm>=0"
|
|
|
|
pkg_install() {
|
2013-04-21 05:22:14 +02:00
|
|
|
vmove all
|
2013-04-14 11:26:34 +02:00
|
|
|
}
|
|
|
|
}
|