2018-01-27 03:59:37 +00:00
|
|
|
# Maintainer: Christian Rebischke <chris.rebischke@archlinux.org>
|
|
|
|
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
|
2013-07-01 23:28:11 +00:00
|
|
|
# Contributor: Jonathan Wiersma <archaur at jonw dot org>
|
|
|
|
|
|
|
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
|
|
|
# - remove numactl from depends, doesn't build on ARM
|
2015-06-07 19:37:37 +00:00
|
|
|
# - drop ceph depend until it builds
|
2015-09-03 12:31:20 +00:00
|
|
|
# - removed qemu makedepend
|
2013-07-01 23:28:11 +00:00
|
|
|
|
|
|
|
pkgname=libvirt
|
2018-12-03 19:04:36 +00:00
|
|
|
pkgver=4.9.0
|
2019-01-13 14:03:52 +00:00
|
|
|
pkgrel=2
|
2013-07-01 23:28:11 +00:00
|
|
|
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
|
2017-12-10 14:08:31 +00:00
|
|
|
arch=('x86_64')
|
2013-07-01 23:28:11 +00:00
|
|
|
url="http://libvirt.org/"
|
|
|
|
license=('LGPL')
|
2018-08-13 18:36:37 +00:00
|
|
|
makedepends=('lvm2' 'linux-api-headers' 'dnsmasq' 'lxc' 'libiscsi' 'open-iscsi'
|
|
|
|
'perl-xml-xpath' 'libxslt' 'parted' 'python')
|
|
|
|
depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'avahi'
|
2018-08-17 18:18:14 +00:00
|
|
|
'yajl' 'libpciaccess' 'udev' 'dbus' 'libxau' 'libxdmcp' 'libpcap'
|
2018-08-13 18:36:37 +00:00
|
|
|
'libcap-ng' 'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl'
|
|
|
|
'libxcb' 'gcc-libs' 'iproute2' 'libnl' 'libx11' 'gettext'
|
2018-10-21 15:41:21 +00:00
|
|
|
'libssh2' 'netcf' 'fuse2' 'glusterfs' 'libiscsi')
|
2018-06-08 17:45:38 +00:00
|
|
|
optdepends=('ebtables: required for default NAT networking'
|
2018-08-13 18:36:37 +00:00
|
|
|
'dnsmasq: required for default NAT/DHCP for guests'
|
|
|
|
'bridge-utils: for bridged networking'
|
|
|
|
'netcat: for remote management over ssh'
|
|
|
|
'radvd'
|
|
|
|
'dmidecode'
|
|
|
|
'parted')
|
2018-06-08 17:45:38 +00:00
|
|
|
backup=('etc/conf.d/libvirt-guests'
|
|
|
|
'etc/conf.d/libvirtd'
|
|
|
|
'etc/libvirt/libvirt.conf'
|
|
|
|
'etc/libvirt/virtlogd.conf'
|
|
|
|
'etc/libvirt/libvirtd.conf'
|
|
|
|
'etc/libvirt/lxc.conf'
|
|
|
|
'etc/libvirt/nwfilter/allow-arp.xml'
|
|
|
|
'etc/libvirt/nwfilter/allow-dhcp-server.xml'
|
|
|
|
'etc/libvirt/nwfilter/allow-dhcp.xml'
|
|
|
|
'etc/libvirt/nwfilter/allow-incoming-ipv4.xml'
|
|
|
|
'etc/libvirt/nwfilter/allow-ipv4.xml'
|
|
|
|
'etc/libvirt/nwfilter/clean-traffic.xml'
|
|
|
|
'etc/libvirt/nwfilter/no-arp-ip-spoofing.xml'
|
|
|
|
'etc/libvirt/nwfilter/no-arp-mac-spoofing.xml'
|
|
|
|
'etc/libvirt/nwfilter/no-arp-spoofing.xml'
|
|
|
|
'etc/libvirt/nwfilter/no-ip-multicast.xml'
|
|
|
|
'etc/libvirt/nwfilter/no-ip-spoofing.xml'
|
|
|
|
'etc/libvirt/nwfilter/no-mac-broadcast.xml'
|
|
|
|
'etc/libvirt/nwfilter/no-mac-spoofing.xml'
|
|
|
|
'etc/libvirt/nwfilter/no-other-l2-traffic.xml'
|
|
|
|
'etc/libvirt/nwfilter/no-other-rarp-traffic.xml'
|
|
|
|
'etc/libvirt/nwfilter/qemu-announce-self-rarp.xml'
|
|
|
|
'etc/libvirt/nwfilter/qemu-announce-self.xml'
|
|
|
|
'etc/libvirt/qemu-lockd.conf'
|
|
|
|
'etc/libvirt/qemu.conf'
|
|
|
|
'etc/libvirt/qemu/networks/default.xml'
|
|
|
|
'etc/libvirt/virt-login-shell.conf'
|
|
|
|
'etc/libvirt/virtlockd.conf'
|
|
|
|
'etc/logrotate.d/libvirtd'
|
|
|
|
'etc/logrotate.d/libvirtd.lxc'
|
|
|
|
'etc/logrotate.d/libvirtd.qemu'
|
|
|
|
'etc/logrotate.d/libvirtd.uml'
|
|
|
|
'etc/sasl2/libvirt.conf')
|
|
|
|
install="libvirt.install"
|
|
|
|
|
2013-11-05 14:37:21 +00:00
|
|
|
options=('emptydirs')
|
2017-01-23 19:18:24 +00:00
|
|
|
validpgpkeys=('C74415BA7C9C7F78F02E1DC34606B8A5DE95BC1F')
|
2018-01-27 03:59:37 +00:00
|
|
|
source=("https://libvirt.org/sources/${pkgname}-${pkgver}.tar.xz"{,.asc}
|
2018-08-13 18:36:37 +00:00
|
|
|
'libvirtd.conf.d'
|
|
|
|
'libvirtd-guests.conf.d'
|
2018-09-21 23:50:28 +00:00
|
|
|
'libvirt.sysusers.d')
|
2018-12-03 19:04:36 +00:00
|
|
|
sha512sums=('3cfada940f9de6cc4b0504e089f41aa03d9986f0163344dd3b3ab8e6c4eb556a56996dc8f24bca913b036862c75b256628ea9ab7674ef0a57b87f47c58689e90'
|
2018-01-27 03:59:37 +00:00
|
|
|
'SKIP'
|
|
|
|
'fc0e16e045a2c84d168d42c97d9e14ca32ba0d86025135967f4367cf3fa663882eefb6923ebf04676ae763f4f459e5156d7221b36b47c835f9e531c6b6e0cd9d'
|
|
|
|
'ef221bae994ad0a15ab5186b7469132896156d82bfdc3ef3456447d5cf1af347401ef33e8665d5b2f76451f5457aee7ea01064d7b9223d6691c90c4456763258'
|
2018-12-03 19:04:36 +00:00
|
|
|
'519a9f245bed077137a1b01dec07a178885ac2527b47a1bd883bbb908bf9b4fa0c039525600e09f7db636f8849870fe2ce8ffe5b75532ff9d3fa1a91115875f8')
|
2014-02-10 13:14:42 +00:00
|
|
|
|
|
|
|
prepare() {
|
2018-01-27 03:59:37 +00:00
|
|
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
2013-07-01 23:28:11 +00:00
|
|
|
|
2018-09-21 23:50:28 +00:00
|
|
|
#local src
|
|
|
|
#for src in "${source[@]}"; do
|
|
|
|
# src="${src%%::*}"
|
|
|
|
# src="${src##*/}"
|
|
|
|
# [[ $src = *.patch ]] || continue
|
|
|
|
# msg2 "Applying patch $src..."
|
|
|
|
# patch -Np1 < "../$src"
|
|
|
|
#done
|
2018-08-18 17:04:26 +00:00
|
|
|
|
|
|
|
autoreconf -vi
|
|
|
|
|
2014-04-10 20:46:43 +00:00
|
|
|
sed -i 's|/sysconfig/|/conf.d/|g' \
|
2018-03-25 00:41:50 +00:00
|
|
|
src/remote/libvirtd.service.in \
|
2014-04-10 20:46:43 +00:00
|
|
|
tools/{libvirt-guests.service,libvirt-guests.sh,virt-pki-validate}.in \
|
|
|
|
src/locking/virtlockd.service.in
|
|
|
|
sed -i 's|@sbindir@|/usr/bin|g' src/locking/virtlockd.service.in
|
2014-06-23 12:25:10 +00:00
|
|
|
sed -i 's|/usr/libexec/qemu-bridge-helper|/usr/lib/qemu/qemu-bridge-helper|g' \
|
|
|
|
src/qemu/qemu{.conf,_conf.c} \
|
|
|
|
src/qemu/test_libvirtd_qemu.aug.in
|
2016-03-07 13:17:00 +00:00
|
|
|
|
|
|
|
sed -i 's|libsystemd-daemon|libsystemd|g' configure
|
2018-03-25 00:41:50 +00:00
|
|
|
sed -i 's/notify/simple/' src/remote/libvirtd.service.in
|
2014-04-10 20:46:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
build() {
|
2018-01-27 03:59:37 +00:00
|
|
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
2014-04-10 20:46:43 +00:00
|
|
|
|
2018-08-13 18:36:37 +00:00
|
|
|
export PYTHON=$(command -v python)
|
2013-07-01 23:28:11 +00:00
|
|
|
export LDFLAGS=-lX11
|
|
|
|
export RADVD=/usr/bin/radvd
|
2018-08-13 18:36:37 +00:00
|
|
|
[ -f Makefile ] || ZFS=/usr/bin/zfs ZPOOL=/usr/bin/zpool ./configure \
|
|
|
|
--prefix=/usr \
|
|
|
|
--libexec=/usr/lib/"${pkgname}" \
|
|
|
|
--sbindir=/usr/bin \
|
|
|
|
--disable-static \
|
|
|
|
--with-init-script=systemd \
|
|
|
|
--with-qemu-user=nobody \
|
|
|
|
--with-qemu-group=kvm \
|
|
|
|
--without-hal \
|
|
|
|
--with-interface \
|
|
|
|
--with-lxc \
|
|
|
|
--with-netcf \
|
|
|
|
--with-udev \
|
|
|
|
--with-storage-disk \
|
|
|
|
--with-storage-gluster \
|
|
|
|
--with-storage-iscsi \
|
|
|
|
--with-storage-lvm \
|
|
|
|
--with-storage-zfs
|
|
|
|
# --with-audit
|
2013-07-01 23:28:11 +00:00
|
|
|
make
|
|
|
|
}
|
|
|
|
|
2018-06-08 17:45:38 +00:00
|
|
|
package() {
|
2018-01-27 03:59:37 +00:00
|
|
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
2013-07-01 23:28:11 +00:00
|
|
|
|
2018-01-27 03:59:37 +00:00
|
|
|
make DESTDIR="${pkgdir}" install
|
2013-07-01 23:28:11 +00:00
|
|
|
|
2018-01-27 03:59:37 +00:00
|
|
|
install -D -m644 "${srcdir}"/libvirtd.conf.d "${pkgdir}"/etc/conf.d/libvirtd
|
|
|
|
install -D -m644 "${srcdir}"/libvirtd-guests.conf.d "${pkgdir}"/etc/conf.d/libvirt-guests
|
|
|
|
install -D -m644 "${srcdir}"/libvirt.sysusers.d "${pkgdir}"/usr/lib/sysusers.d/libvirt.conf
|
2015-07-25 01:16:28 +00:00
|
|
|
|
2018-06-08 17:45:38 +00:00
|
|
|
chown 0:102 "${pkgdir}"/usr/share/polkit-1/rules.d
|
|
|
|
chmod 0750 "${pkgdir}"/usr/share/polkit-1/rules.d
|
2014-07-30 19:22:25 +00:00
|
|
|
|
2013-07-01 23:28:11 +00:00
|
|
|
rm -rf \
|
2018-08-13 18:36:37 +00:00
|
|
|
"${pkgdir}"/var/run \
|
|
|
|
"${pkgdir}"/var/lib/libvirt/qemu \
|
|
|
|
"${pkgdir}"/var/cache/libvirt/qemu \
|
|
|
|
"${pkgdir}"/etc/sysconfig
|
2017-03-03 19:25:31 +00:00
|
|
|
|
2018-01-27 03:59:37 +00:00
|
|
|
rm -f "${pkgdir}"/etc/libvirt/qemu/networks/autostart/default.xml
|
2013-07-01 23:28:11 +00:00
|
|
|
}
|