diff options
Diffstat (limited to 'app-emulation/open-vm-tools/metadata.xml')
-rw-r--r-- | app-emulation/open-vm-tools/metadata.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/app-emulation/open-vm-tools/metadata.xml b/app-emulation/open-vm-tools/metadata.xml new file mode 100644 index 000000000000..021bf9a90fc5 --- /dev/null +++ b/app-emulation/open-vm-tools/metadata.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vmware</herd> + <maintainer> + <email>floppym@gentoo.org</email> + <name>Mike Gilbert</name> + </maintainer> + <longdescription> + The Open Virtual Machine Tools (open-vm-tools) are the open source + implementation of VMware Tools. They are a set of guest operating system + virtualization components that enhance performance and user experience + of virtual machines. + </longdescription> + <use> + <flag name="doc">Generate API documentation</flag> + <flag name="fuse">Build vmblock-fuse in favor of FUSE based blocking mechanism for DnD</flag> + <flag name="grabbitmqproxy">Enable grabbitmqproxy</flag> + <flag name="pic">Force shared libraries to be built as PIC</flag> + <flag name="vgauth">Enable vgauth</flag> + </use> + <upstream> + <remote-id type="github">vmware/open-vm-tools</remote-id> + <remote-id type="sourceforge">open-vm-tools</remote-id> + </upstream> +</pkgmetadata> |