mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
open-vm-tools: update to 12.2.5.
This commit is contained in:
parent
52b5777f73
commit
a7f623e4a8
1 changed files with 3 additions and 7 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'open-vm-tools'
|
||||
pkgname=open-vm-tools
|
||||
version=12.2.0
|
||||
version=12.2.5
|
||||
revision=1
|
||||
archs="x86_64* i686* aarch64*"
|
||||
build_wrksrc="open-vm-tools"
|
||||
build_style=gnu-configure
|
||||
configure_args="--sbindir=/usr/bin --with-udev-rules-dir=/usr/lib/udev/rules.d
|
||||
--without-xmlsecurity --without-kernel-modules --disable-containerinfo
|
||||
--without-xmlsecurity --without-kernel-modules --disable-containerinfo --disable-glibc-check
|
||||
$(vopt_with x11 x) $(vopt_with pam)"
|
||||
hostmakedepends="automake libtool pkg-config glib-devel rpcsvc-proto"
|
||||
makedepends="fuse-devel glib-devel libmspack-devel openssl-devel libtirpc-devel
|
||||
|
@ -18,15 +18,11 @@ license="GPL-2.0-only, LGPL-2.1-only"
|
|||
homepage="https://github.com/vmware/open-vm-tools"
|
||||
changelog="https://raw.githubusercontent.com/vmware/open-vm-tools/master/ReleaseNotes.md"
|
||||
distfiles="https://github.com/vmware/open-vm-tools/archive/refs/tags/stable-${version}.tar.gz"
|
||||
checksum=5127dd8643e4c89a22a93728ea5420d236cd4083bc07d665f70fee08a581d635
|
||||
checksum=8cf14932fde137d9079891c1c08ac8f41024de0af90e8ff3707fe0e66c687775
|
||||
|
||||
build_options="pam x11"
|
||||
build_options_default="pam x11"
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" != "glibc" ]; then
|
||||
configure_args+=" --disable-glibc-check"
|
||||
fi
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -vfi
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue