summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-board/polyglot/polyglot-1.4.70b.ebuild')
-rw-r--r--games-board/polyglot/polyglot-1.4.70b.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/games-board/polyglot/polyglot-1.4.70b.ebuild b/games-board/polyglot/polyglot-1.4.70b.ebuild
new file mode 100644
index 000000000000..a43fd6e017d0
--- /dev/null
+++ b/games-board/polyglot/polyglot-1.4.70b.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="Protocol adapter to run UCI chess engines under xboard"
+HOMEPAGE="http://hardy.uhasselt.be/Toga/"
+# not entirely clear what the "b" in the version stands for
+SRC_URI="http://hardy.uhasselt.be/Toga/polyglot-release/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DOCS="AUTHORS ChangeLog TODO" # README* installed by build system
+
+src_configure() {
+ econf \
+ --bindir="/usr/games/bin" \
+ --docdir="/usr/share/doc/${PF}"
+}