VMware add-ons: update to latest commit

This commit is contained in:
Sergei Reznikov
2015-11-16 14:02:00 +03:00
parent 58a5f48afb
commit ff25a97155

View File

@@ -4,7 +4,7 @@ between Haiku, running in a virtual machine, and the host operating system. \
It is like the official VMware tools on Windows or Linux.
It currently provides:
* Clipboard sharing between Haiku and the host OS
* Clipboard sharing between Haiku and the host OS.
* Mouse sharing: the mouse can seamlessly enter and quit the VM window.
* Disk compacting: starts the VMware \"shrink\" process, which reduces the \
size of \"auto-expanding\" virtual disks attached to the virtual machine. \
@@ -16,16 +16,16 @@ preflet in Haiku."
if [ $effectiveTargetArchitecture = x86_gcc2 ]; then
DESCRIPTION+="
* Shared folders: folders from the host OS can be mounted in Haiku:
mount -t vmwfs -o 192.168.0.1:/Downloads /Downloads
mount -t vmwfs -o Shared ~/Shared
"
fi
HOMEPAGE="https://github.com/HaikuArchives/VMwareAddons"
COPYRIGHT="1999 Be Inc.
COPYRIGHT="1999 Be, Inc.
2007 Haiku, Inc.
2009 Vincent Duvert"
LICENSE="MIT"
REVISION="3"
SOURCE_URI="git://github.com/HaikuArchives/VMwareAddons#8ee8105"
REVISION="4"
SOURCE_URI="git://github.com/HaikuArchives/VMwareAddons#e8b4b73"
ARCHITECTURES="x86_gcc2 x86 !x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"