37 lines
1.4 KiB
Text
37 lines
1.4 KiB
Text
# Template file for 'libvirt'
|
|
pkgname=libvirt
|
|
version=0.9.13
|
|
revision=1
|
|
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 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=d124e9915c88c195da9c008a6d855e53e555dca5816052e163dda61388359d5b
|
|
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"
|