           SPELL=libguestfs
         VERSION=1.48.6
          BRANCH="$(echo ${VERSION} | cut -d. -f1,2)"
          SOURCE="${SPELL}-${VERSION}.tar.gz"
         SOURCE2="${SOURCE}.sig"
      SOURCE_GPG="redhat.gpg:${SOURCE2}:UPSTREAM_HASH"
  SOURCE2_IGNORE="signature"
   SOURCE_URL[0]="http://libguestfs.org/download/${BRANCH}-stable/${SOURCE}"
  SOURCE2_URL[0]="http://libguestfs.org/download/${BRANCH}-stable/${SOURCE2}"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="http://libguestfs.org"
      LICENSE[0]="GPL/LGPL"
         ENTERED=20130917
           SHORT="Set of tools for virtual machine disk images"
cat << EOF
libguestfs is a set of tools for accessing and modifying virtual machine (VM)
disk images. You can use this for viewing and editing files inside guests,
scripting changes to VMs, monitoring disk used/free statistics, P2V, V2V,
performing partial backups, cloning VMs, and much else besides.

libguestfs can access nearly any type of filesystem including: all known types
of Linux filesystem (ext2/3/4, XFS, btrfs etc), any Windows filesystem (VFAT
and NTFS), any Mac OS X and BSD filesystems, LVM2 volume management, MBR and
GPT disk partitions, raw disks, qcow2, VirtualBox VDI, VMWare VMDK, Hyper-V
VHD/VHDX, on files, local devices, CD and DVD ISOs, SD cards, or remotely over
FTP, HTTP, ssh, iSCSI, NBD, Gluster, Ceph, Sheepdog, and much much more.

libguestfs doesn't need root permissions.
EOF
