]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libvirt/libvirt.nm
glibc: Update to 2.20
[people/ms/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
6bc8f2b5
BS
7version = 0.9.9
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
dac29d77
MT
17 A toolkit to interact with the virtualization capabilities of recent \
18 versions of Linux.
802ea3af
MT
19end
20
21source_dl =
22
23build
24 requires
25 avahi-devel
26 cyrus-sasl-devel
27 gnutls-devel
28 libcurl-devel
29 libgcrypt-devel
30 libnl-devel
31 libselinux-devel
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
45 xen-devel
46 /bin/mount
47 /bin/umount
48 end
dac29d77 49
802ea3af
MT
50 configure_options += \
51 --libexecdir=/usr/lib \
52 --disable-static \
53 --with-qemu \
54 --without-esx \
55 --without-hal \
56 --without-lxc \
57 --without-openvz \
58 --without-polkit \
59 --without-uml \
60 --without-vbox \
61 --with-xen \
62 --with-storage-fs \
63 --with-storage-lvm \
64 --with-storage-mpath \
65 --with-storage-disk \
66 --with-avahi \
67 --with-udev \
68 --with-libvirtd \
69 --with-selinux
70end
dac29d77 71
802ea3af
MT
72packages
73 package %{name}
74 requires
75 lvm2
76 /bin/mount
77 /bin/umount
78 end
79 end
1f9bc2f0 80
802ea3af
MT
81 package %{name}-devel
82 template DEVEL
83 end
1f9bc2f0
MT
84
85 package %{name}-debuginfo
86 template DEBUGINFO
87 end
802ea3af 88end