wok rev 20981

updated gnuchess (6.0.1 -> 6.2.5)
author Hans-G?nter Theisgen
date Wed Mar 06 15:46:13 2019 +0100 (2019-03-06)
parents 12ed9f875f05
children a05e21d8a8d2
files gnuchess/receipt
line diff
     1.1 --- a/gnuchess/receipt	Wed Mar 06 13:37:18 2019 +0100
     1.2 +++ b/gnuchess/receipt	Wed Mar 06 15:46:13 2019 +0100
     1.3 @@ -1,28 +1,30 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gnuchess"
     1.7 -VERSION="6.0.1"
     1.8 +VERSION="6.2.5"
     1.9  CATEGORY="games"
    1.10 +TAGS="chess"
    1.11  SHORT_DESC="GNU Chess lets most modern computers play a full game of chess."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL3"
    1.14 +WEB_SITE="https://www.gnu.org/software/chess/chess.html"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://www.gnu.org/software/chess/chess.html"
    1.18  WGET_URL="$GNU_MIRROR/chess/$TARBALL"
    1.19 +
    1.20  DEPENDS="ncurses readline"
    1.21  BUILD_DEPENDS="ncurses-dev readline-dev"
    1.22 -TAGS="chess"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27 -	cd $src
    1.28  	#find -name '*.c' | xargs sed -i 's/getline/get_line/g' src/common.h
    1.29  	#sed -i 's/input_thread/static_input_thread/' src/input.c
    1.30 +
    1.31  	./configure \
    1.32  		--libexecdir=/usr/lib \
    1.33  		$CONFIGURE_ARGS &&
    1.34 -	make &&
    1.35 +	make -j1 &&
    1.36  	make -j1 install
    1.37  }
    1.38