# HG changeset patch # User Hans-G?nter Theisgen # Date 1588319793 -3600 # Node ID 72eb5d4764873b77fcbc1d5133d76e2b6847f381 # Parent 833da2de910444f1cda8560ce0ad0c0638fe88db updated whois (5.5.2 -> 5.5.6) diff -r 833da2de9104 -r 72eb5d476487 whois/receipt --- a/whois/receipt Fri May 01 07:27:01 2020 +0100 +++ b/whois/receipt Fri May 01 08:56:33 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="whois" -VERSION="5.5.2" +VERSION="5.5.6" CATEGORY="network" SHORT_DESC="The whois client by Marco d'Itri." MAINTAINER="slaxemulator@gmail.com" @@ -17,7 +17,7 @@ # Rules to configure and make the package. compile_rules() { - make prefix=/usr HAVE_LIBIDN=1 + make prefix=/usr && make prefix=/usr BASEDIR=$DESTDIR install-whois } @@ -25,5 +25,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr }