summaryrefslogtreecommitdiffstats
path: root/libs/libvirt/DETAILS
blob: c0880e4d6511f2633e48038d663baeb5a0078a65 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
           SPELL=libvirt
         VERSION=0.9.9
          SOURCE=$SPELL-$VERSION.tar.gz
      SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=ftp://libvirt.org/libvirt/$SOURCE
#     SOURCE_HASH=sha512:21593d18102a027db75228e9ef4e4c70eb9098bbdfc4e6a59b1c2664bdd01979559df4f822499207089c31695f0cd2ceb7ee7243dd339eb921142810443c1085
      LICENSE[0]=LGPL
        WEB_SITE=http://libvirt.org/
        KEYWORDS="libs virtualization"
         ENTERED=20080211
           SHORT='C toolkit for virtualization'
cat << EOF
Libvirt is a C toolkit to interact with the virtualization capabilities of
recent versions of Linux (and other OSes). It is free software available under
the GNU Lesser General Public License. Virtualization of the Linux Operating
System means the ability to run multiple instances of Operating Systems
concurently on a single hardware system where the basic resources are driven by
a Linux (or Solaris) instance. The library aims at providing a long term stable
C API initially for Xen paravirtualization but it can also integrate with other
virtualization mechanisms. It currently also supports QEMU, KVM and OpenVZ.
EOF