wok rev 22128

updated whois (5.0.11 -> 5.5.2)
author Hans-G?nter Theisgen
date Mon Nov 04 10:26:12 2019 +0100 (2019-11-04)
parents cf4d5bcb351a
children d64f5e2bac15
files whois/receipt
line diff
     1.1 --- a/whois/receipt	Mon Nov 04 10:18:57 2019 +0100
     1.2 +++ b/whois/receipt	Mon Nov 04 10:26:12 2019 +0100
     1.3 @@ -1,13 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="whois"
     1.7 -VERSION="5.0.11"
     1.8 +VERSION="5.5.2"
     1.9  CATEGORY="network"
    1.10 -SHORT_DESC="The whois client by Marco d'Itri"
    1.11 +SHORT_DESC="The whois client by Marco d'Itri."
    1.12  MAINTAINER="slaxemulator@gmail.com"
    1.13  LICENSE="GPL2"
    1.14 -TARBALL="${PACKAGE}_${VERSION}.tar.gz"
    1.15 -WEB_SITE="http://www.linux.it/~md/software/"
    1.16 +WEB_SITE="https://www.linux.it/~md/software/"
    1.17 +
    1.18 +TARBALL="${PACKAGE}_${VERSION}.tar.xz"
    1.19  WGET_URL="http://ftp.debian.org/debian/pool/main/w/$PACKAGE/$TARBALL"
    1.20  
    1.21  DEPENDS="libidn"
    1.22 @@ -16,7 +17,6 @@
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25  {
    1.26 -	cd $src
    1.27  	make prefix=/usr HAVE_LIBIDN=1
    1.28  	make prefix=/usr BASEDIR=$DESTDIR install-whois
    1.29  }
    1.30 @@ -27,4 +27,3 @@
    1.31  	mkdir -p $fs/usr
    1.32  	cp -a $install/usr/bin $fs/usr
    1.33  }
    1.34 -