38 lines
1.4 KiB
Plaintext
38 lines
1.4 KiB
Plaintext
# Template file for 'libvirt'
|
|
pkgname=libvirt
|
|
version=0.10.2
|
|
revision=2
|
|
build_style=gnu-configure
|
|
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
|
|
gnutls-devel>=3.1.5 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"
|
|
subpackages="$pkgname-devel $pkgname-python"
|
|
short_desc="The virtualization API"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://libvirt.org"
|
|
license="LGPL-2.1"
|
|
distfiles="http://libvirt.org/sources/$pkgname-$version.tar.gz"
|
|
checksum=1fe69ae1268a097cc0cf83563883b51780d528c6493efe3e7d94c4160cc46977
|
|
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
|
|
/etc/libvirt/libvirt.conf
|
|
/etc/sasl2/libvirt.conf"
|