commit:     5f3340af0ada49e5523cfba75547dd58eb8c20bb
Author:     Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Tue Sep 16 13:21:06 2014 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Tue Sep 16 13:21:06 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=5f3340af

games-board/fairymax: 9999

---
 games-board/fairymax/fairymax-9999.ebuild | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/games-board/fairymax/fairymax-9999.ebuild 
b/games-board/fairymax/fairymax-9999.ebuild
new file mode 100644
index 0000000..559c1b3
--- /dev/null
+++ b/games-board/fairymax/fairymax-9999.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+inherit git-r3
+
+DESCRIPTION="Fairy-Max (user-defined chess engine) + MaxQi (Xiangqi engine)"
+HOMEPAGE="http://home.hccnet.nl/h.g.muller/CVfairy.html";
+EGIT_REPO_URI="http://hgm.nubati.net/git/fairymax.git";
+
+LICENSE="fairymax"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="dev-lang/perl"
+RDEPEND=""
+
+src_install() {
+       dodir /usr/games/bin
+       default
+       mv "${D}"/usr/games/*max* "${D}"/usr/games/bin/ || die
+
+       dosym fairymax.6.bz2 /usr/share/man/man6/maxqi.6.bz2
+       dosym fairymax.6.bz2 /usr/share/man/man6/shamax.6.bz2
+}

Reply via email to