wok-next rev 20220

Up yp-tools (4.2.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Nov 05 13:31:36 2017 +0100 (2017-11-05)
parents 59b28731c360
children 2de6fbbac440
files yp-tools/receipt
line diff
     1.1 --- a/yp-tools/receipt	Sun Nov 05 13:03:25 2017 +0100
     1.2 +++ b/yp-tools/receipt	Sun Nov 05 13:31:36 2017 +0100
     1.3 @@ -1,22 +1,21 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="yp-tools"
     1.7 -VERSION="2.12"
     1.8 +VERSION="4.2.2"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Yellow pages tools."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 -WEB_SITE="http://www.kernel.org/pub/linux/utils/net/NIS/"
    1.15 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.16 +WEB_SITE="http://www.linux-nis.org/download/yp-tools/"
    1.17  WGET_URL="$WEB_SITE/$TARBALL"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22 -	cd $src
    1.23  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.24 -	--mandir=/usr/share/man \
    1.25 -	$CONFIGURE_ARGS &&
    1.26 +		--mandir=/usr/share/man \
    1.27 +		$CONFIGURE_ARGS &&
    1.28  	make &&
    1.29  	make DESTDIR=$DESTDIR install
    1.30  }