wok diff whois/receipt @ rev 23797
linld: fix argstr
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat May 23 18:02:24 2020 +0000 (2020-05-23) |
parents | 31b94fb7134b |
children | 922f061231c2 |
line diff
1.1 --- a/whois/receipt Mon Nov 04 10:26:12 2019 +0100 1.2 +++ b/whois/receipt Sat May 23 18:02:24 2020 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="whois" 1.7 -VERSION="5.5.2" 1.8 +VERSION="5.5.6" 1.9 CATEGORY="network" 1.10 SHORT_DESC="The whois client by Marco d'Itri." 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 @@ -17,7 +17,7 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - make prefix=/usr HAVE_LIBIDN=1 1.17 + make prefix=/usr && 1.18 make prefix=/usr BASEDIR=$DESTDIR install-whois 1.19 } 1.20 1.21 @@ -25,5 +25,5 @@ 1.22 genpkg_rules() 1.23 { 1.24 mkdir -p $fs/usr 1.25 - cp -a $install/usr/bin $fs/usr 1.26 + cp -a $install/usr/bin $fs/usr 1.27 }