wok-next diff htop/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents 0ec6086e21d6
children
line diff
     1.1 --- a/htop/receipt	Sat Apr 14 01:31:03 2018 +0300
     1.2 +++ b/htop/receipt	Tue Sep 01 11:04:25 2020 +0000
     1.3 @@ -4,7 +4,7 @@
     1.4  VERSION="2.0.2"
     1.5  CATEGORY="system-tools"
     1.6  SHORT_DESC="Interactive process viewer"
     1.7 -MAINTAINER="pankso@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="GPL2"
    1.10  WEB_SITE="http://htop.sourceforge.net/"
    1.11  
    1.12 @@ -14,13 +14,8 @@
    1.13  BUILD_DEPENDS="ncurses-dev"
    1.14  
    1.15  compile_rules() {
    1.16 -	case "$ARCH" in
    1.17 -		arm) ARCH_ARGS="--enable-native_affinity=no";;
    1.18 -	esac
    1.19 -
    1.20  	./configure \
    1.21  		--enable-unicode \
    1.22 -		$ARCH_ARGS \
    1.23  		$CONFIGURE_ARGS &&
    1.24  	fix libtool &&
    1.25  	make &&