wok-next diff dev86/receipt @ rev 21683

updated glances (1.5.1 -> 3.1.4.1)
author Hans-G?nter Theisgen
date Mon Jun 29 15:35:41 2020 +0100 (2020-06-29)
parents 917cbaa57ad2
children
line diff
     1.1 --- a/dev86/receipt	Thu Apr 26 16:25:04 2018 +0300
     1.2 +++ b/dev86/receipt	Mon Jun 29 15:35:41 2020 +0100
     1.3 @@ -12,7 +12,7 @@
     1.4  WGET_URL="$GITHUB/lkundrak/dev86/tarball/v$VERSION"
     1.5  
     1.6  BUILD_DEPENDS="coreutils-file-output-full" # for `cat -v`
     1.7 -SPLIT="elksemu dev86"
     1.8 +SPLIT="elksemu $PACKAGE"
     1.9  case $ARCH in
    1.10  	# elksemu isn't supported on x86-64, see:
    1.11  	# /usr/include/sys/vm86.h:24:3: error: #error This header is unsupported on x86-64.
    1.12 @@ -23,7 +23,7 @@
    1.13  	sed -i 's|/usr/man|/usr/share/man|' man/Makefile
    1.14  	sed -i 's|REFIX)/man|REFIX)/share/man|' Makefile */Makefile
    1.15  	make -j1 PREFIX=/usr &&
    1.16 -	make -j1 DIST=$DESTDIR install || return 1
    1.17 +	make -j1 DIST=$install install || return 1
    1.18  
    1.19  	install -Dm755 $stuff/com2exe $install/usr/bin/com2exe
    1.20  }