wok diff gnuchess/receipt @ rev 22491
updated apr and apr-dev (1.4.6 -> 1.7.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Dec 31 14:21:42 2019 +0100 (2019-12-31) |
parents | 2b9f96603415 |
children | 71360a13cd94 |
line diff
1.1 --- a/gnuchess/receipt Sat Aug 10 13:52:56 2013 +0000 1.2 +++ b/gnuchess/receipt Tue Dec 31 14:21:42 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