wok-current rev 23732
updated whois (5.5.2 -> 5.5.6)
author | Hans-G?nter Theisgen |
---|---|
date | Fri May 01 08:56:33 2020 +0100 (2020-05-01) |
parents | 833da2de9104 |
children | ee1d44476432 |
files | whois/receipt |
line diff
1.1 --- a/whois/receipt Fri May 01 07:27:01 2020 +0100 1.2 +++ b/whois/receipt Fri May 01 08:56:33 2020 +0100 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 }