mirror of
https://github.com/leonardw/synology-open-vm-tools.git
synced 2025-07-23 02:58:26 +00:00
25 lines
685 B
Makefile
25 lines
685 B
Makefile
SPK_NAME = open-vm-tools
|
|
SPK_VERS = 11.0.1
|
|
SPK_REV = 1
|
|
SPK_ICON = src/open-vm-tools.png
|
|
BETA = 1
|
|
|
|
DEPENDS = cross/$(SPK_NAME)
|
|
|
|
MAINTAINER = leonardw
|
|
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 = "* 2019-11-26 open-vm-tools 11.0.1 SPK rev. 1"
|
|
|
|
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
|