diff options
Diffstat (limited to 'games-board/gnuchess/gnuchess-6.2.3.ebuild')
-rw-r--r-- | games-board/gnuchess/gnuchess-6.2.3.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/games-board/gnuchess/gnuchess-6.2.3.ebuild b/games-board/gnuchess/gnuchess-6.2.3.ebuild new file mode 100644 index 000000000000..26dfc41fea03 --- /dev/null +++ b/games-board/gnuchess/gnuchess-6.2.3.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit eutils flag-o-matic + +DESCRIPTION="Console based chess interface" +HOMEPAGE="https://www.gnu.org/software/chess/chess.html" +SRC_URI="mirror://gnu/chess/${P}.tar.gz" + +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +src_configure() { + strip-flags # bug #199097 + econf --without-readline # bug 491088 +} |