wok-next diff htop/receipt @ rev 19703

Up bird (1.6.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 26 12:29:37 2017 +0200 (2017-04-26)
parents 2f45bddbfd08
children 6c12ac1293fc
line diff
     1.1 --- a/htop/receipt	Sat May 07 16:46:59 2016 +0200
     1.2 +++ b/htop/receipt	Wed Apr 26 12:29:37 2017 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="htop"
     1.7 -VERSION="2.0.0"
     1.8 +VERSION="2.0.2"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Interactive process viewer."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -23,8 +23,6 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	# waiting the a real fix...
    1.17 -	sed -i "s|\$am_aux_dir/missing|$src/missing|" configure
    1.18  	./configure \
    1.19  		--enable-unicode \
    1.20  		$CONFIGURE_ARGS $CROSS_ARGS &&