void-packages/srcpkgs/libvirt/template

34 lines
1.3 KiB
Plaintext
Raw Normal View History

2011-02-10 13:06:29 +01:00
# Template file for 'libvirt'
pkgname=libvirt
2012-05-17 18:28:21 +02:00
version=0.9.12
2011-02-10 13:06:29 +01:00
distfiles="http://libvirt.org/sources/$pkgname-$version.tar.gz"
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="readline-devel libcap-ng-devel libnl-devel libgcrypt-devel gnutls-devel libsasl-devel libcurl-devel libpcap-devel libxml2-devel libparted-devel device-mapper-devel dbus-devel libudev-devel libpciaccess-devel avahi-libs-devel polkit-devel yajl-devel python-devel libssh2-devel"
fulldepends="lvm2 parted"
2011-02-10 13:06:29 +01:00
short_desc="The virtualization API"
maintainer="Juan RP <xtraeme@gmail.com>"
2012-05-17 18:28:21 +02:00
checksum=298ffc7f2a6d6e78aae46f11a0980f4bc17fa2928f5de6cd9e8abaf5990336e7
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"
subpackages="$pkgname-devel $pkgname-python"
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"
2012-05-17 18:28:21 +02:00