]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blob - libvirt/libvirt.nm
dhcp: Update to 4.4.1
[people/stevee/ipfire-3.x.git] / libvirt / libvirt.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libvirt
7 version = 2.4.0
8 release = 2
9
10 maintainer = Jonatan Schlag <jonatan.schlag@ipfire.org>
11 groups = Applications/Virtualization
12 url = http://www.libvirt.org/
13 license = LGPLv2.1+
14 summary = A library for controlling VMs.
15
16 description
17 A toolkit to interact with the virtualization capabilities of recent
18 versions of Linux.
19 end
20
21 source_dl = ftp://libvirt.org/libvirt/
22 sources = %{thisapp}.tar.xz
23
24 build
25 requires
26 avahi-devel
27 cyrus-sasl-devel
28 gnutls-devel
29 libcurl-devel
30 libgcrypt-devel
31 libnl-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 /bin/mount
46 /bin/umount
47 end
48
49 configure_options += \
50 --libexecdir=/usr/lib \
51 --disable-static \
52 --with-qemu \
53 --without-vmware \
54 --without-esx \
55 --without-phyp \
56 --without-hal \
57 --without-lxc \
58 --without-openvz \
59 --without-polkit \
60 --without-uml \
61 --without-vbox \
62 --without-xen \
63 --with-storage-fs \
64 --with-storage-lvm \
65 --with-storage-mpath \
66 --with-storage-disk \
67 --with-avahi \
68 --with-udev \
69 --without-secdriver-selinux \
70 --without-selinux \
71 --without-selinux-mount \
72 --with-libvirtd
73 end
74
75 packages
76 package %{name}
77 requires
78 lvm2
79 /bin/mount
80 /bin/umount
81 end
82 end
83
84 package %{name}-devel
85 template DEVEL
86 end
87
88 package %{name}-debuginfo
89 template DEBUGINFO
90 end
91 end