]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libvirt/libvirt.nm
gcc: Update to 4.8.1.
[people/ms/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.9
8 release = 1
9
10 maintainer = Ben Schweikert <ben.schweikert@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 =
22
23 build
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
49
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
70 end
71
72 packages
73 package %{name}
74 requires
75 lvm2
76 /bin/mount
77 /bin/umount
78 end
79 end
80
81 package %{name}-devel
82 template DEVEL
83 end
84
85 package %{name}-debuginfo
86 template DEBUGINFO
87 end
88 end