void-packages/srcpkgs/libvirt/template

38 lines
1.4 KiB
Plaintext
Raw Normal View History

2011-02-10 13:06:29 +01:00
# Template file for 'libvirt'
pkgname=libvirt
2012-09-28 10:15:06 +02:00
version=0.10.2
2012-07-02 14:20:36 +02:00
revision=1
build_style=gnu-configure
2012-05-17 18:28:21 +02:00
configure_args="--without-hal
ac_cv_path_MOUNT=/bin/mount ac_cv_path_UMOUNT=/bin/umount
ac_cv_path_MKFS=/sbin/mkfs ac_cv_path_SHOWMOUNT=/usr/sbin/showmount"
makedepends="pkg-config readline-devel libcap-ng-devel libnl3-devel
2012-07-02 14:20:36 +02:00
gnutls-devel libsasl-devel libcurl-devel libpcap-devel libxml2-devel
libparted-devel device-mapper-devel dbus-devel libudev-devel>=183
libpciaccess-devel avahi-libs-devel polkit-devel yajl-devel
python-devel libblkid-devel libssh2-devel"
fulldepends="lvm2 parted"
2012-05-26 16:30:21 +02:00
subpackages="$pkgname-devel $pkgname-python"
2011-02-10 13:06:29 +01:00
short_desc="The virtualization API"
maintainer="Juan RP <xtraeme@gmail.com>"
2012-07-02 14:20:36 +02:00
homepage="http://libvirt.org"
license="LGPL-2.1"
distfiles="http://libvirt.org/sources/$pkgname-$version.tar.gz"
2012-09-28 10:15:06 +02:00
checksum=1fe69ae1268a097cc0cf83563883b51780d528c6493efe3e7d94c4160cc46977
2011-02-10 13:06:29 +01:00
long_desc="
libvirt is:
* A toolkit to interact with the virtualization capabilities of recent
versions of Linux (and other OSes).
* Free software available under the GNU Lesser General Public License.
* A long term stable C API
* A set of bindings for common languages
* A CIM provider for the DMTF virtualization schema
* A QMF agent for the AMQP/QPid messaging system"
conf_files="
/etc/libvirt/qemu.conf
/etc/libvirt/lxc.conf
/etc/libvirt/libvirtd.conf
2012-05-17 18:28:21 +02:00
/etc/libvirt/libvirt.conf
2011-02-10 13:06:29 +01:00
/etc/sasl2/libvirt.conf"