community/libvirt to 1.2.18-2

This commit is contained in:
Jason Plum 2015-08-19 08:27:03 -04:00
parent 0347227b5a
commit e5ea03d4d0

View file

@ -8,7 +8,7 @@
pkgname=libvirt
pkgver=1.2.18
pkgrel=1
pkgrel=2
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
arch=('i686' 'x86_64')
url="http://libvirt.org/"
@ -16,7 +16,7 @@ license=('LGPL')
depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'python2'
'avahi' 'yajl' 'libpciaccess' 'udev' 'dbus' 'libxau' 'libxdmcp' 'libpcap'
'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl' 'libxcb' 'gcc-libs'
'iproute2' 'libnl' 'libx11' 'gettext' 'libssh2')
'iproute2' 'libnl' 'libx11' 'gettext' 'libssh2' 'netcf')
makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq' 'lxc'
'libiscsi' 'open-iscsi'
'perl-xml-xpath' 'libxslt')
@ -102,7 +102,7 @@ build() {
--with-storage-lvm --without-xen --with-udev --without-hal --disable-static \
--with-init-script=systemd \
--with-qemu-user=nobody --with-qemu-group=nobody \
--without-netcf --with-interface --with-lxc --with-storage-iscsi
--with-netcf --with-interface --with-lxc --with-storage-iscsi
make
}