mirror of
https://github.com/AuxXxilium/synology-dsm-open-vm-tools.git
synced 2024-11-23 23:00:59 +07:00
7fd90938b3
This reverts commit db5678082d
.
26 lines
766 B
Makefile
26 lines
766 B
Makefile
SPK_NAME = open-vm-tools
|
|
SPK_VERS = 12.4.0
|
|
SPK_REV = 1
|
|
SPK_ICON = src/open-vm-tools.png
|
|
BETA = 1
|
|
|
|
DEPENDS = cross/$(SPK_NAME)
|
|
UNSUPPORTED_ARCHS = $(PPC_ARCHS) $(ARMv5_ARCHS) $(i686_ARCHS) $(ARMv7L_ARCHS)
|
|
|
|
MAINTAINER = zsanjin
|
|
DESCRIPTION = open-vm-tools is a set of services and modules that enable several features in VMware products for better management of, and seamless user interactions with, guests.
|
|
RELOAD_UI = yes
|
|
DISPLAY_NAME = VMware Tools
|
|
CHANGELOG = "SPK Open-vm-tools | 23 Mar 2024 | Build 23259341"
|
|
|
|
HOMEPAGE = https://github.com/vmware/open-vm-tools
|
|
LICENSE = GPLv2/LGPLv2.1
|
|
|
|
# 'auto' reserved value grabs SPK_NAME
|
|
SERVICE_USER = auto
|
|
SERVICE_SETUP = src/service-setup.sh
|
|
CONF_DIR = src/conf
|
|
STARTABLE = yes
|
|
|
|
include ../../mk/spksrc.spk.mk
|