]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - libvirt/libvirt.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/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
bbe0fd95
BS
7version = 0.9.6
8release = 1
dac29d77 9
802ea3af
MT
10groups = Applications/Virtualization
11url = http://www.libvirt.org/
12license = LGPLv2.1+
13summary = A library for controlling VMs.
dac29d77 14
802ea3af 15description
dac29d77
MT
16 A toolkit to interact with the virtualization capabilities of recent \
17 versions of Linux.
802ea3af
MT
18end
19
20source_dl =
21
22build
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
dac29d77 48
802ea3af
MT
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
69end
dac29d77 70
802ea3af
MT
71packages
72 package %{name}
73 requires
74 lvm2
75 /bin/mount
76 /bin/umount
77 end
78 end
1f9bc2f0 79
802ea3af
MT
80 package %{name}-devel
81 template DEVEL
82 end
1f9bc2f0
MT
83
84 package %{name}-debuginfo
85 template DEBUGINFO
86 end
802ea3af 87end