]> git.ipfire.org Git - ipfire-3.x.git/blame - libvirt/libvirt.nm
libvirt: Update to 1.3.3
[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
899e5834 7version = 1.3.3
6bc8f2b5 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
899e5834
AM
21source_dl = ftp://libvirt.org/libvirt/
22sources = %{thisapp}.tar.gz
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
32 libselinux-devel
33 libdevmapper-devel
34 libpciaccess-devel
35 libssh2-devel
36 libtool
37 libudev-devel
38 libxml2-devel
39 lvm2
40 openssl-devel
41 parted-devel
42 perl-core
43 pkg-config
44 python-devel
45 readline-devel
46 xen-devel
47 /bin/mount
48 /bin/umount
49 end
dac29d77 50
802ea3af
MT
51 configure_options += \
52 --libexecdir=/usr/lib \
53 --disable-static \
54 --with-qemu \
55 --without-esx \
56 --without-hal \
57 --without-lxc \
58 --without-openvz \
59 --without-polkit \
60 --without-uml \
61 --without-vbox \
62 --with-xen \
63 --with-storage-fs \
64 --with-storage-lvm \
65 --with-storage-mpath \
66 --with-storage-disk \
67 --with-avahi \
68 --with-udev \
69 --with-libvirtd \
70 --with-selinux
71end
dac29d77 72
802ea3af
MT
73packages
74 package %{name}
75 requires
76 lvm2
77 /bin/mount
78 /bin/umount
79 end
80 end
1f9bc2f0 81
802ea3af
MT
82 package %{name}-devel
83 template DEVEL
84 end
1f9bc2f0
MT
85
86 package %{name}-debuginfo
87 template DEBUGINFO
88 end
802ea3af 89end