wok-next diff whois/receipt @ rev 21470

updated totem-pl-parser (3.26.0 -> 3.26.5)
author Hans-G?nter Theisgen
date Wed May 13 08:02:17 2020 +0100 (2020-05-13)
parents 2a21689b0af7
children
line diff
     1.1 --- a/whois/receipt	Thu Oct 03 09:52:57 2013 +0000
     1.2 +++ b/whois/receipt	Wed May 13 08:02:17 2020 +0100
     1.3 @@ -4,27 +4,22 @@
     1.4  VERSION="5.0.11"
     1.5  CATEGORY="network"
     1.6  SHORT_DESC="The whois client by Marco d'Itri"
     1.7 -MAINTAINER="slaxemulator@gmail.com"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="GPL2"
    1.10 -TARBALL="${PACKAGE}_${VERSION}.tar.gz"
    1.11  WEB_SITE="http://www.linux.it/~md/software/"
    1.12 +
    1.13 +TARBALL="${PACKAGE}_$VERSION.tar.gz"
    1.14  WGET_URL="http://ftp.debian.org/debian/pool/main/w/$PACKAGE/$TARBALL"
    1.15  
    1.16 -DEPENDS="libidn"
    1.17  BUILD_DEPENDS="libidn-dev perl"
    1.18  
    1.19 -# Rules to configure and make the package.
    1.20 -compile_rules()
    1.21 -{
    1.22 -	cd $src
    1.23 +compile_rules() {
    1.24  	make prefix=/usr HAVE_LIBIDN=1
    1.25 -	make prefix=/usr BASEDIR=$DESTDIR install-whois
    1.26 +	make prefix=/usr BASEDIR=$install install-whois
    1.27  }
    1.28  
    1.29 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.30 -genpkg_rules()
    1.31 -{
    1.32 +genpkg_rules() {
    1.33  	mkdir -p $fs/usr
    1.34  	cp -a $install/usr/bin $fs/usr
    1.35 +	DEPENDS="libidn"
    1.36  }
    1.37 -