wok-next diff yp-tools/receipt @ rev 20402

Up seed (3.8.1) use webkitgtk instead of libwebkit; add cogl for clutter; up clutter (1.26.2) using mesa17 instead of mesa; up gnome-games using mesa17 instead of mix 'mesa & mesa17'
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Dec 05 17:49:11 2017 +0200 (2017-12-05)
parents 617dbdeb6f7e
children d43bf7aae921
line diff
     1.1 --- a/yp-tools/receipt	Wed Oct 02 13:07:29 2013 +0000
     1.2 +++ b/yp-tools/receipt	Tue Dec 05 17:49:11 2017 +0200
     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  }