2010-05-30 13:06:55 +03:00
# Copyright (C) 2008 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
#
i n c l u d e $( TOPDIR ) / r u l e s . m k
PKG_NAME := gnuchess
PKG_VERSION := 5.07
PKG_RELEASE := 3
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .tar.gz
PKG_SOURCE_URL := http://ftp.gnu.org/pub/gnu/chess
PKG_CAT := zcat
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
d e f i n e P a c k a g e / g n u c h e s s
TITLE:= Chess GNU from FSF
SECTION:= games
CATEGORY:= Games
URL:= http://www.gnu.org/software/chess/chess.html
2012-10-12 11:08:44 +03:00
DEPENDS:= +libncurses +libpthread +libreadline
2010-05-30 13:06:55 +03:00
e n d e f
PKG_BUILD_DIR := $( BUILD_DIR) /gnuchess-$( PKG_VERSION)
d e f i n e P a c k a g e / g n u c h e s s / d e s c r i p t i o n
GNU Chess lets most modern computers play a full game of chess. It has a plain terminal interface but supports visual interfaces such as xboard and eboard
e n d e f
d e f i n e B u i l d / C o n f i g u r e
$( call Build/Configure/Default)
e n d e f
d e f i n e P a c k a g e / g n u c h e s s / i n s t a l l
2010-12-21 10:02:30 +02:00
$( INSTALL_DIR) $( 1) /usr/bin
$( INSTALL_BIN) $( PKG_BUILD_DIR) /src/gnuchess $( 1) /usr/bin/
2010-05-30 13:06:55 +03:00
e n d e f
$( eval $ ( call BuildPackage ,gnuchess ) )