]> git.ipfire.org Git - ipfire-3.x.git/blame - libvirt/libvirt.nm
libvirt: Update to 2.3.0
[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
be75e856
SS
7version = 2.3.0
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 \
53 --without-esx \
54 --without-hal \
55 --without-lxc \
56 --without-openvz \
57 --without-polkit \
58 --without-uml \
59 --without-vbox \
c414ebd5 60 --without-xen \
802ea3af
MT
61 --with-storage-fs \
62 --with-storage-lvm \
63 --with-storage-mpath \
64 --with-storage-disk \
65 --with-avahi \
66 --with-udev \
be75e856 67 --with-libvirtd
802ea3af 68end
dac29d77 69
802ea3af
MT
70packages
71 package %{name}
72 requires
73 lvm2
74 /bin/mount
75 /bin/umount
76 end
77 end
1f9bc2f0 78
802ea3af
MT
79 package %{name}-devel
80 template DEVEL
81 end
1f9bc2f0
MT
82
83 package %{name}-debuginfo
84 template DEBUGINFO
85 end
802ea3af 86end