mirror of
https://github.com/AuxXxilium/synology-dsm-open-vm-tools.git
synced 2024-11-23 23:00:59 +07:00
open-vm-tools-12
This commit is contained in:
parent
51b7a9cb4f
commit
ea173ec21d
25
spk/open-vm-tools-12/Makefile
Normal file
25
spk/open-vm-tools-12/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
SPK_NAME = open-vm-tools-12
|
||||
SPK_VERS = 12.0.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 = Aigors
|
||||
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 | 5 Mar 2022 | Build 19345655"
|
||||
|
||||
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
|
Loading…
Reference in New Issue
Block a user