wok-next annotate gnuchess/receipt @ rev 21307

updated hydra (7.3 -> 9.0)
author Hans-G?nter Theisgen
date Tue Dec 10 10:07:48 2019 +0100 (2019-12-10)
parents 3624b95f4aac
children
rev   line source
al@20772 1 # SliTaz package receipt v2.
pascal@4567 2
pascal@4567 3 PACKAGE="gnuchess"
al@20772 4 VERSION="6.2.5"
pascal@4567 5 CATEGORY="games"
al@20772 6 SHORT_DESC="GNU Chess lets most modern computers play a full game of chess"
pascal@4567 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14999 8 LICENSE="GPL3"
al@20772 9 WEB_SITE="https://www.gnu.org/software/chess/chess.html"
al@20772 10
pascal@4567 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@4567 12 WGET_URL="$GNU_MIRROR/chess/$TARBALL"
pascal@4567 13
al@21020 14 BUILD_DEPENDS="ncurses-dev readline-dev gettext-dev"
al@20772 15
al@20772 16 compile_rules() {
al@20772 17 ./configure $CONFIGURE_ARGS &&
pascal@4567 18 make &&
al@20772 19 make install
pascal@4567 20 }
pascal@4567 21
al@20772 22 genpkg_rules() {
al@20772 23 copy @std
al@20772 24 DEPENDS="readline"
al@20772 25 TAGS="chess"
pascal@4567 26 }