wok-next annotate gnuchess/receipt @ rev 20819
palemoon: remove again -> tomorrow is another day for finding -> fatal error: sys/int_types.h
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Wed Jun 13 20:26:17 2018 +0000 (2018-06-13) |
parents | 2b9f96603415 |
children | d5aab818505e |
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@20772 | 14 BUILD_DEPENDS="ncurses-dev readline-dev gettext" |
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 } |