2010-01-17 09:55:40 +00:00
|
|
|
# Template file for 'qemu'
|
|
|
|
pkgname=qemu
|
2013-10-10 07:45:44 +00:00
|
|
|
version=1.6.1
|
2013-05-22 07:46:20 +00:00
|
|
|
revision=1
|
2012-07-13 19:30:04 +00:00
|
|
|
build_style=configure
|
2012-11-28 16:46:48 +00:00
|
|
|
configure_args="--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec
|
2013-05-22 07:46:20 +00:00
|
|
|
--enable-kvm --audio-drv-list=alsa,sdl,pa --disable-xen --enable-tpm
|
2012-10-16 10:01:22 +00:00
|
|
|
--enable-vhost-net --enable-vnc-png --enable-vnc-tls --enable-virtfs
|
2013-10-10 07:45:44 +00:00
|
|
|
--disable-gtk --enable-seccomp --enable-libusb --disable-glusterfs
|
|
|
|
--localstatedir=/var"
|
2010-01-17 09:55:40 +00:00
|
|
|
short_desc="Open Source Processor Emulator"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-08-11 07:50:41 +00:00
|
|
|
homepage="http://qemu.org"
|
|
|
|
license="GPL-2, LGPL-2.1"
|
2012-09-06 07:18:40 +00:00
|
|
|
distfiles="http://wiki.qemu.org/download/qemu-${version}.tar.bz2"
|
2013-10-10 07:45:44 +00:00
|
|
|
checksum=fc736f44aa10478223c881310a7e40fc8386547e9cadf7d01ca4685951605294
|
2010-01-17 09:55:40 +00:00
|
|
|
|
2013-08-16 07:52:27 +00:00
|
|
|
hostmakedepends="pkg-config perl python automake libtool flex"
|
2013-05-22 07:46:20 +00:00
|
|
|
makedepends="attr-devel libpng-devel>=1.6 libjpeg-turbo-devel pixman-devel
|
2012-12-03 11:41:58 +00:00
|
|
|
libuuid-devel libX11-devel alsa-lib-devel gnutls-devel>=3.1.5 SDL-devel
|
2013-08-16 07:39:53 +00:00
|
|
|
libsasl-devel libglib-devel ncurses-devel libseccomp-devel>=2.1.0 nss-devel
|
2013-10-10 07:45:44 +00:00
|
|
|
libcurl-devel xfsprogs-devel libcap-ng-devel libcap-devel vde2-devel
|
2013-05-22 07:46:20 +00:00
|
|
|
libbluetooth-devel libssh2-devel libusbx-devel pulseaudio-devel"
|
2012-11-21 21:41:52 +00:00
|
|
|
|
2013-10-10 07:45:44 +00:00
|
|
|
pre_build() {
|
|
|
|
sed -e 's,\$(ARFLAGS),rc,' -i dtc/Makefile
|
2013-04-21 07:54:58 +00:00
|
|
|
}
|
|
|
|
|
2012-02-01 18:23:26 +00:00
|
|
|
post_install() {
|
2012-07-10 09:32:50 +00:00
|
|
|
vinstall ${FILESDIR}/65-kvm.rules 644 usr/lib/udev/rules.d
|
2012-07-30 09:52:17 +00:00
|
|
|
# qemu-bridge-helper must be setuid for non privileged users.
|
|
|
|
chmod u+s ${DESTDIR}/usr/libexec/qemu-bridge-helper
|
2012-02-01 18:23:26 +00:00
|
|
|
}
|
2013-04-14 09:26:34 +00:00
|
|
|
|
2013-10-10 07:45:44 +00:00
|
|
|
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.*"
|
|
|
|
}
|
|
|
|
}
|
2013-10-10 07:47:04 +00:00
|
|
|
|
2013-04-14 09:26:34 +00:00
|
|
|
qemu_package() {
|
|
|
|
nostrip=yes
|
2013-04-30 09:58:14 +00:00
|
|
|
conf_files="/etc/qemu/target-x86_64.conf"
|
2013-04-14 09:26:34 +00:00
|
|
|
replaces="qemu-kvm>=0"
|
|
|
|
provides="qemu-kvm-${version}"
|
|
|
|
conflicts="qemu-kvm>=0"
|
2013-05-22 07:46:20 +00:00
|
|
|
depends="libusb>=1.0.15"
|
2013-04-14 09:26:34 +00:00
|
|
|
pkg_install() {
|
2013-04-21 03:22:14 +00:00
|
|
|
vmove all
|
2013-04-14 09:26:34 +00:00
|
|
|
}
|
|
|
|
}
|