wok-current rev 25409
updated whois (5.5.6 -> 5.5.13)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Aug 03 17:56:22 2022 +0100 (2022-08-03) |
parents | 1ab5edec3cba |
children | 1b6e9e73cbed |
files | whois/description.txt whois/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/whois/description.txt Wed Aug 03 17:56:22 2022 +0100 1.3 @@ -0,0 +1,5 @@ 1.4 +This client is intelligent and can automatically select the 1.5 +appropriate whois server for most queries. 1.6 + 1.7 +The internal database is often more accurate than IANA's 1.8 +published one.
2.1 --- a/whois/receipt Wed Aug 03 17:48:43 2022 +0100 2.2 +++ b/whois/receipt Wed Aug 03 17:56:22 2022 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="whois" 2.7 -VERSION="5.5.6" 2.8 +VERSION="5.5.13" 2.9 CATEGORY="network" 2.10 SHORT_DESC="The whois client by Marco d'Itri." 2.11 MAINTAINER="slaxemulator@gmail.com" 2.12 @@ -9,7 +9,7 @@ 2.13 WEB_SITE="https://www.linux.it/~md/software/" 2.14 2.15 TARBALL="${PACKAGE}_${VERSION}.tar.xz" 2.16 -WGET_URL="https://github.com/rfc1036/whois/archive/v$VERSION.tar.gz" 2.17 +WGET_URL="https://ftp.debian.org/debian/pool/main/${PACKAGE:0:1}/$PACKAGE/$TARBALL" 2.18 2.19 DEPENDS="libidn" 2.20 BUILD_DEPENDS="libidn-dev perl" 2.21 @@ -25,12 +25,11 @@ 2.22 compile_rules() 2.23 { 2.24 make prefix=/usr && 2.25 - make prefix=/usr BASEDIR=$DESTDIR install-whois 2.26 + make install-whois prefix=/usr BASEDIR=$DESTDIR 2.27 } 2.28 2.29 # Rules to gen a SliTaz package suitable for Tazpkg. 2.30 genpkg_rules() 2.31 { 2.32 - mkdir -p $fs/usr 2.33 - cp -a $install/usr/bin $fs/usr 2.34 + cook_copy_folders bin 2.35 }