wok-4.x rev 10160
Up: gnuchess to 6.00.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 20 19:43:28 2011 +0000 (2011-05-20) |
parents | e3189f0b7a11 |
children | 6e625669569e |
files | gnuchess/receipt |
line diff
1.1 --- a/gnuchess/receipt Fri May 20 19:41:38 2011 +0000 1.2 +++ b/gnuchess/receipt Fri May 20 19:43:28 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gnuchess" 1.7 -VERSION="5.08" 1.8 +VERSION="6.00" 1.9 CATEGORY="games" 1.10 SHORT_DESC="GNU Chess lets most modern computers play a full game of chess." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -15,16 +15,13 @@ 1.13 compile_rules() 1.14 { 1.15 cd $src 1.16 - find -name '*.c' | xargs sed -i 's/getline/get_line/g' src/common.h 1.17 - sed -i 's/input_thread/static_input_thread/' src/input.c 1.18 + #find -name '*.c' | xargs sed -i 's/getline/get_line/g' src/common.h 1.19 + #sed -i 's/input_thread/static_input_thread/' src/input.c 1.20 ./configure \ 1.21 - --prefix=/usr \ 1.22 --libexecdir=/usr/lib \ 1.23 - --infodir=/usr/share/info \ 1.24 - --mandir=/usr/share/man \ 1.25 $CONFIGURE_ARGS && 1.26 make && 1.27 - make -j1 DESTDIR=$PWD/_pkg install 1.28 + make -j1 install 1.29 } 1.30 1.31 # Rules to gen a SliTaz package suitable for Tazpkg.