wok diff linux/receipt @ rev 24051

Add veracrypt
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 24 11:24:29 2021 +0000 (2021-05-24)
parents 86790a278e70
children 97e141edc8c2
line diff
     1.1 --- a/linux/receipt	Tue Aug 07 23:03:21 2018 +0200
     1.2 +++ b/linux/receipt	Mon May 24 11:24:29 2021 +0000
     1.3 @@ -29,6 +29,12 @@
     1.4  # Aufs enable chroot
     1.5  AUFS_NOT_RAMFS="uclibc-cross-compiler-x86_64 is not compatible with aufs+tmpfs 8("
     1.6  
     1.7 +current_version()
     1.8 +{
     1.9 +	wget -O - $WEB_SITE 2> /dev/null | grep -A 1 longterm | \
    1.10 +	sed '/strong/!d;s|.*<strong>||;s|</s.*||;q'
    1.11 +}
    1.12 +
    1.13  # Handle multiarch compilation. Less bdeps when cross-compiling for ARM
    1.14  case "$ARCH" in
    1.15  	arm) BUILD_DEPENDS="xz" ;;