wok diff open-vm-tools-kernel/receipt @ rev 24133

Up tazinst (115)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 23 15:17:56 2021 +0000 (2021-10-23)
parents d3cf4f4dc1a4
children ac8ca9758df1
line diff
     1.1 --- a/open-vm-tools-kernel/receipt	Sat Sep 19 14:21:42 2015 +0000
     1.2 +++ b/open-vm-tools-kernel/receipt	Sat Oct 23 15:17:56 2021 +0000
     1.3 @@ -15,6 +15,12 @@
     1.4  DEPENDS="linux shutdown glib libffi libmspack open-vm-tools procps"
     1.5  BUILD_DEPENDS="wget cacerts linux autoconf automake libtool linux-source linux-module-headers procps glib-dev libffi-dev libdnet-dev libmspack-dev slitaz-toolchain"
     1.6  
     1.7 +current_version()
     1.8 +{
     1.9 +	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    1.10 +	sed '/release.*tar/!d;s|.*/open-vm-tools-\(.*\).tar.*|\1|;q'
    1.11 +}
    1.12 +
    1.13  
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()