]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
open-vm-tools: Drop package
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 13 Feb 2023 23:42:57 +0000 (23:42 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 13 Feb 2023 23:42:57 +0000 (23:42 +0000)
We don't need this.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
open-vm-tools/open-vm-tools.nm [deleted file]

diff --git a/open-vm-tools/open-vm-tools.nm b/open-vm-tools/open-vm-tools.nm
deleted file mode 100644 (file)
index 644452e..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-###############################################################################
-# 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    = 2
-sup_arches = x86_64 i686
-
-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}
-
-       package %{name}-debuginfo
-               template DEBUGINFO
-       end
-end