mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/libvirt to 1.2.4-2
This commit is contained in:
parent
c5b300191e
commit
a3a076f8d0
1 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
pkgname=libvirt
|
||||
pkgver=1.2.4
|
||||
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,14 +16,14 @@ depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'python2'
|
|||
'avahi' 'yajl' 'libpciaccess' 'udev' 'dbus-core' 'libxau' 'libxdmcp' 'libpcap'
|
||||
'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl' 'libxcb' 'gcc-libs'
|
||||
'iproute2' 'libnl' 'libx11')
|
||||
makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq' 'lxc')
|
||||
makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq' 'lxc' 'libiscsi' 'open-iscsi')
|
||||
optdepends=('bridge-utils: for briged networking (default)'
|
||||
'dnsmasq: for NAT/DHCP for guests'
|
||||
'openbsd-netcat: for remote management over ssh'
|
||||
'qemu'
|
||||
'radvd'
|
||||
'dmidecode'
|
||||
'ebtables'
|
||||
'ebtables: for networking'
|
||||
'pm-utils: host power management')
|
||||
options=('emptydirs')
|
||||
backup=('etc/conf.d/libvirt-guests'
|
||||
|
@ -95,7 +95,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
|
||||
--without-netcf --with-interface --with-lxc --with-storage-iscsi
|
||||
make
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue