@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME := open-vm-tools
PKG_NAME := open-vm-tools
PKG_VERSION := 11.1.0
PKG_VERSION := 11.1.0
PKG_RELEASE := 1
PKG_RELEASE := 2
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) -16036546.tar.gz
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) -16036546.tar.gz
PKG_SOURCE_URL := https://github.com/vmware/open-vm-tools/releases/download/stable-$( PKG_VERSION)
PKG_SOURCE_URL := https://github.com/vmware/open-vm-tools/releases/download/stable-$( PKG_VERSION)
@ -25,19 +25,34 @@ PKG_LICENSE_FILES:=LICENSE
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
d e f i n e P a c k a g e / o p e n - v m - t o o l s
d e f i n e P a c k a g e / o p e n - v m - t o o l s / D e f a u l t
SECTION:= utils
SECTION:= utils
CATEGORY:= Utilities
CATEGORY:= Utilities
URL:= https://github.com/vmware/open-vm-tools
e n d e f
d e f i n e P a c k a g e / o p e n - v m - t o o l s
$( call Package /open -vm -tools /Default )
DEPENDS:= @TARGET_x86 +glib2 +libpthread +libtirpc
DEPENDS:= @TARGET_x86 +glib2 +libpthread +libtirpc
TITLE:= open-vm-tools
TITLE:= open-vm-tools
URL:= https://github.com/vmware/open-vm-tools
URL:= https://github.com/vmware/open-vm-tools
MAINTAINER:= Yuhei OKAWA <tochiro.srchack@gmail.com>
MAINTAINER:= Yuhei OKAWA <tochiro.srchack@gmail.com>
e n d e f
e n d e f
d e f i n e P a c k a g e / o p e n - v m - t o o l s - v m - t o o l s / d e s c r i p t i o n
d e f i n e P a c k a g e / o p e n - v m - t o o l s / d e s c r i p t i o n
Open Virtual Machine Tools for VMware guest OS
Open Virtual Machine Tools for VMware guest OS
e n d e f
e n d e f
d e f i n e P a c k a g e / o p e n - v m - t o o l s - f u s e
$( call Package /open -vm -tools /Default )
DEPENDS:= +open-vm-tools +libfuse
TITLE:= open-vm-tools-fuse
MAINTAINER:= Kagurazaka Kotori <kagurazakakotori@gmail.com>
e n d e f
d e f i n e P a c k a g e / o p e n - v m - t o o l s - f u s e / d e s c r i p t i o n
Shared Folders user mode FUSE client support for VMware guest OS
e n d e f
CONFIGURE_ARGS += \
CONFIGURE_ARGS += \
--without-icu \
--without-icu \
@ -61,7 +76,6 @@ CONFIGURE_ARGS+= \
--without-xerces \
--without-xerces \
--enable-resolutionkms= no
--enable-resolutionkms= no
d e f i n e P a c k a g e / o p e n - v m - t o o l s / i n s t a l l
d e f i n e P a c k a g e / o p e n - v m - t o o l s / i n s t a l l
$( INSTALL_DIR) $( 1) /etc/init.d/
$( INSTALL_DIR) $( 1) /etc/init.d/
$( INSTALL_BIN) ./files/vmtoolsd.init $( 1) /etc/init.d/vmtoolsd
$( INSTALL_BIN) ./files/vmtoolsd.init $( 1) /etc/init.d/vmtoolsd
@ -114,4 +128,11 @@ define Package/open-vm-tools/install
$( CP) $( PKG_INSTALL_DIR) /usr/share/open-vm-tools/messages/ja/vmtoolsd.vmsg $( 1) /usr/share/open-vm-tools/messages/ja/
$( CP) $( PKG_INSTALL_DIR) /usr/share/open-vm-tools/messages/ja/vmtoolsd.vmsg $( 1) /usr/share/open-vm-tools/messages/ja/
e n d e f
e n d e f
d e f i n e P a c k a g e / o p e n - v m - t o o l s - f u s e / i n s t a l l
$( INSTALL_DIR) $( 1) /bin/
$( INSTALL_BIN) $( PKG_INSTALL_DIR) /usr/bin/vmhgfs-fuse $( 1) /bin/
$( INSTALL_BIN) $( PKG_INSTALL_DIR) /usr/bin/vmware-vmblock-fuse $( 1) /bin/
e n d e f
$( eval $ ( call BuildPackage ,open -vm -tools ) )
$( eval $ ( call BuildPackage ,open -vm -tools ) )
$( eval $ ( call BuildPackage ,open -vm -tools -fuse ) )