# $Id$ # Maintainer: Tobias Powalowski pkgname=kvm pkgver=85 pkgrel=2 pkgdesc="Latest KVM QEMU is a generic and open source processor emulator which achieves a good emulation speed by using dynamic translation." arch=(i686 x86_64) license=('GPL2') url="http://www.linux-kvm.org" depends=('libsasl' 'sdl' 'alsa-lib' 'gnutls>=2.4.1' 'bluez' 'esound') install=kvm.install conflicts=('qemu') source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz 65-kvm.rules) build() { cd ${srcdir}/${pkgname}-${pkgver} ./configure --prefix=/usr --audio-drv-list=alsa,sdl,oss,esd --with-patched-kernel make make DESTDIR=${pkgdir} install # symbolic link for backwards compatibility ln -s qemu-system-x86_64 ${pkgdir}/usr/bin/qemu-kvm install -D -m644 ${srcdir}/65-kvm.rules \ ${pkgdir}/lib/udev/rules.d/65-kvm.rules } md5sums=('7eec5cec0368e098f11ced03395e7439' 'cead7ba387159d360f892281499975df')