From d2c25714689feb1bc2503c9d94d4d7ac0d59c332 Mon Sep 17 00:00:00 2001 From: Aaron Ball Date: Sun, 21 Feb 2016 16:01:15 -0700 Subject: libvirt:Initial commit --- libvirt/Pkgfile | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 libvirt/Pkgfile (limited to 'libvirt/Pkgfile') diff --git a/libvirt/Pkgfile b/libvirt/Pkgfile new file mode 100644 index 0000000..5a0d4e3 --- /dev/null +++ b/libvirt/Pkgfile @@ -0,0 +1,26 @@ +# Description: The virtualization API +# URL: http://libvirt.org/ +# Maintainer: Aaron Ball, nullspoon at oper dot io +# Depends on: xorg-libpciaccess libnl gnutls libgcrypt dnsmasq dmidecode iptables ebtables yajl pm-utils bridge-utils + +name=libvirt +version=1.3.1 +release=1 +source=(https://libvirt.org/sources/${name}-${version}.tar.gz) + +build() { + cd ${name}-${version} + + ./configure \ + --prefix=/usr \ + --disable-nls \ + --without-xen \ + --without-uml \ + --without-openvz \ + --without-lxc \ + --with-qemu + + make + make DESTDIR=${PKG} install +} + -- cgit v1.2.3