]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - libvirt/libvirt.nm
90d50a645929f05b5f3d933b21331f4ef7b57a3f
[people/amarx/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 = 0.9.6
8 release = 1
9
10 groups = Applications/Virtualization
11 url = http://www.libvirt.org/
12 license = LGPLv2.1+
13 summary = A library for controlling VMs.
14
15 description
16 A toolkit to interact with the virtualization capabilities of recent \
17 versions of Linux.
18 end
19
20 source_dl =
21
22 build
23 requires
24 avahi-devel
25 cyrus-sasl-devel
26 gnutls-devel
27 libcurl-devel
28 libgcrypt-devel
29 libnl-devel
30 libselinux-devel
31 libdevmapper-devel
32 libpciaccess-devel
33 libssh2-devel
34 libtool
35 libudev-devel
36 libxml2-devel
37 lvm2
38 openssl-devel
39 parted-devel
40 perl-core
41 pkg-config
42 python-devel
43 readline-devel
44 xen-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-esx \
54 --without-hal \
55 --without-lxc \
56 --without-openvz \
57 --without-polkit \
58 --without-uml \
59 --without-vbox \
60 --with-xen \
61 --with-storage-fs \
62 --with-storage-lvm \
63 --with-storage-mpath \
64 --with-storage-disk \
65 --with-avahi \
66 --with-udev \
67 --with-libvirtd \
68 --with-selinux
69 end
70
71 packages
72 package %{name}
73 requires
74 lvm2
75 /bin/mount
76 /bin/umount
77 end
78 end
79
80 package %{name}-devel
81 template DEVEL
82 end
83 end