wok annotate gnuchess/receipt @ rev 10452

slim-dev: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 25 11:03:24 2011 +0200 (2011-05-25)
parents 0bd1af3d9d21
children b5d06f4fa20f
rev   line source
pascal@4567 1 # SliTaz package receipt.
pascal@4567 2
pascal@4567 3 PACKAGE="gnuchess"
slaxemulator@10161 4 VERSION="6.0.0"
pascal@4567 5 CATEGORY="games"
pascal@4567 6 SHORT_DESC="GNU Chess lets most modern computers play a full game of chess."
pascal@4567 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@4567 8 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@4567 9 WEB_SITE="http://www.gnu.org/software/chess/chess.html"
pascal@4567 10 WGET_URL="$GNU_MIRROR/chess/$TARBALL"
pascal@4567 11 DEPENDS="ncurses readline"
pascal@4567 12 BUILD_DEPENDS="ncurses-dev readline-dev"
pascal@4567 13
pascal@4567 14 # Rules to configure and make the package.
pascal@4567 15 compile_rules()
pascal@4567 16 {
pascal@4567 17 cd $src
slaxemulator@10160 18 #find -name '*.c' | xargs sed -i 's/getline/get_line/g' src/common.h
slaxemulator@10160 19 #sed -i 's/input_thread/static_input_thread/' src/input.c
pascal@4567 20 ./configure \
pascal@4567 21 --libexecdir=/usr/lib \
pascal@4567 22 $CONFIGURE_ARGS &&
pascal@4567 23 make &&
slaxemulator@10160 24 make -j1 install
pascal@4567 25 }
pascal@4567 26
pascal@4567 27 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@4567 28 genpkg_rules()
pascal@4567 29 {
pascal@4567 30 cp -a $_pkg/usr $fs
pascal@4567 31 }