]> git.ipfire.org Git - ipfire-3.x.git/blob - pkgs/libvirt/libvirt.nm
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x into systemd
[ipfire-3.x.git] / pkgs / libvirt / libvirt.nm
1 ###############################################################################
2 # #
3 # IPFire.org - A linux based firewall #
4 # Copyright (C) 2007, 2008 Michael Tremer & Christian Schmidt #
5 # #
6 # This program is free software: you can redistribute it and/or modify #
7 # it under the terms of the GNU General Public License as published by #
8 # the Free Software Foundation, either version 3 of the License, or #
9 # (at your option) any later version. #
10 # #
11 # This program is distributed in the hope that it will be useful, #
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of #
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
14 # GNU General Public License for more details. #
15 # #
16 # You should have received a copy of the GNU General Public License #
17 # along with this program. If not, see <http://www.gnu.org/licenses/>. #
18 # #
19 ###############################################################################
20
21 ###############################################################################
22 # Definitions
23 ###############################################################################
24
25 include $(PKGROOT)/Include
26
27 PKG_NAME = libvirt
28 PKG_VER = 0.8.8
29 PKG_REL = 2
30
31 PKG_MAINTAINER =
32 PKG_GROUP = Applications/Virtualization
33 PKG_URL = http://www.libvirt.org/
34 PKG_LICENSE = LGPLv2.1+
35 PKG_SUMMARY = A library for controlling VMs.
36
37 PKG_BUILD_DEPS+= \
38 avahi-devel \
39 cyrus-sasl-devel \
40 gnutls-devel \
41 libcurl-devel \
42 libgcrypt-devel \
43 libnl-devel \
44 libselinux-devel \
45 libdevmapper-devel \
46 libpciaccess-devel \
47 libssh2-devel \
48 libtool \
49 libudev-devel \
50 libxml2-devel \
51 lvm2 \
52 openssl-devel \
53 parted-devel \
54 perl-core \
55 pkg-config \
56 python-devel \
57 readline-devel \
58 xen-devel \
59 \
60 /bin/mount \
61 /bin/umount
62
63 PKG_DEPS += \
64 lvm2 \
65 \
66 /bin/mount \
67 /bin/umount
68
69 define PKG_DESCRIPTION
70 A toolkit to interact with the virtualization capabilities of recent \
71 versions of Linux.
72 endef
73
74 PKG_TARBALL = $(THISAPP).tar.gz
75
76 CONFIGURE_OPTIONS += \
77 --libexecdir=/usr/lib \
78 --disable-static \
79 --with-qemu \
80 --without-esx \
81 --without-hal \
82 --without-lxc \
83 --without-openvz \
84 --without-polkit \
85 --without-uml \
86 --without-vbox \
87 --with-xen \
88 --with-storage-fs \
89 --with-storage-lvm \
90 --with-storage-mpath \
91 --with-storage-disk \
92 --with-avahi \
93 --with-udev \
94 --with-libvirtd \
95 --with-selinux