]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/commitdiff
open-vm-tools: new package.
authorJan Paul Tuecking <earl@ipfire.org>
Mon, 31 Oct 2011 12:59:27 +0000 (13:59 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 31 Oct 2011 12:59:27 +0000 (13:59 +0100)
Enhance performance and user experience of virtual machines.

open-vm-tools/open-vm-tools.nm [new file with mode: 0644]

diff --git a/open-vm-tools/open-vm-tools.nm b/open-vm-tools/open-vm-tools.nm
new file mode 100644 (file)
index 0000000..80e56ee
--- /dev/null
@@ -0,0 +1,52 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = open-vm-tools
+version    = 2011.09.23-491607
+release    = 1
+
+groups     = Virtualization/Applications
+url        = http://open-vm-tools.sourceforge.net/
+license    = GPLv2
+summary    = Open source implementation of VMware Tools.
+
+description
+       The open Virtual Machine Tools (open-vm-tools) are the open \
+       source implementation of VMware Tools. They are a set of guest \
+       operation system virtualization components that enhance \
+       performance and user experience of virtual machines.
+end
+
+source_dl = http://sourceforge.net/projects/open-vm-tools/files/open-vm-tools/2011.09.23/
+
+build
+       requires
+               glib2-devel
+       end
+
+       configure_options += \
+               --sysconfdir=/etc \
+               --without-kernel-modules \
+               --without-x \
+               --without-procps \
+               --without-dnet \
+               --without-icu \
+               --without-pam \
+
+       prepare_cmds
+               sed -e "s/-Werror//g" -i configure
+       end
+
+       install_cmds
+               rm -vf %{BUILDROOT}/sbin/mount.vmhgfs
+               rm -vf %{BUILDROOT}/usr/sbin/mount.vmhgfs
+       end
+
+end
+
+packages
+       package %{name}
+       end
+end