]> git.ipfire.org Git - ipfire-3.x.git/blame - libvirt/libvirt.nm
Update libvirt to 2.4
[ipfire-3.x.git] / libvirt / libvirt.nm
CommitLineData
dac29d77 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
dac29d77
MT
4###############################################################################
5
802ea3af 6name = libvirt
c8e80923 7version = 2.4.0
be75e856 8release = 1
dac29d77 9
08482d99 10maintainer = Ben Schweikert <ben.schweikert@ipfire.org>
802ea3af
MT
11groups = Applications/Virtualization
12url = http://www.libvirt.org/
13license = LGPLv2.1+
14summary = A library for controlling VMs.
dac29d77 15
802ea3af 16description
be75e856 17 A toolkit to interact with the virtualization capabilities of recent
dac29d77 18 versions of Linux.
802ea3af
MT
19end
20
899e5834 21source_dl = ftp://libvirt.org/libvirt/
be75e856 22sources = %{thisapp}.tar.xz
802ea3af
MT
23
24build
25 requires
26 avahi-devel
27 cyrus-sasl-devel
28 gnutls-devel
29 libcurl-devel
30 libgcrypt-devel
31 libnl-devel
802ea3af
MT
32 libdevmapper-devel
33 libpciaccess-devel
34 libssh2-devel
35 libtool
36 libudev-devel
37 libxml2-devel
38 lvm2
39 openssl-devel
40 parted-devel
41 perl-core
42 pkg-config
43 python-devel
44 readline-devel
802ea3af
MT
45 /bin/mount
46 /bin/umount
47 end
dac29d77 48
802ea3af
MT
49 configure_options += \
50 --libexecdir=/usr/lib \
51 --disable-static \
52 --with-qemu \
c8e80923 53 --without-vmware \
802ea3af 54 --without-esx \
c8e80923 55 --without-phyp \
802ea3af
MT
56 --without-hal \
57 --without-lxc \
58 --without-openvz \
59 --without-polkit \
60 --without-uml \
61 --without-vbox \
c414ebd5 62 --without-xen \
802ea3af
MT
63 --with-storage-fs \
64 --with-storage-lvm \
65 --with-storage-mpath \
66 --with-storage-disk \
67 --with-avahi \
68 --with-udev \
c8e80923
JS
69 --without-secdriver-selinux \
70 --without-selinux \
71 --without-selinux-mount \
be75e856 72 --with-libvirtd
802ea3af 73end
dac29d77 74
802ea3af
MT
75packages
76 package %{name}
77 requires
78 lvm2
79 /bin/mount
80 /bin/umount
81 end
82 end
1f9bc2f0 83
802ea3af
MT
84 package %{name}-devel
85 template DEVEL
86 end
1f9bc2f0
MT
87
88 package %{name}-debuginfo
89 template DEBUGINFO
90 end
802ea3af 91end