commit:     f849f4e50706fded4ed27eb86f8b466bee8f0c14
Author:     Xiang Gao <qasdfgtyuiop <AT> gmail <DOT> com>
AuthorDate: Wed Jan  6 17:48:58 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Jan 12 18:26:48 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f849f4e5

sci-mathematics/fann-9999

 sci-mathematics/fann/fann-9999.ebuild | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/sci-mathematics/fann/fann-9999.ebuild 
b/sci-mathematics/fann/fann-9999.ebuild
new file mode 100644
index 0000000..d2ed135
--- /dev/null
+++ b/sci-mathematics/fann/fann-9999.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit cmake-utils git-2
+
+DESCRIPTION="Fast Artificial Neural Network Library"
+HOMEPAGE="http://leenissen.dk/fann/";
+EGIT_REPO_URI="git://github.com/libfann/fann.git"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE="examples"
+
+src_test() {
+       cd examples || die 'fails to enter examples directory'
+    LD_LIBRARY_PATH="${BUILD_DIR}/src" GCC="$(tc-getCC) ${CFLAGS} 
-I../src/include -L${BUILD_DIR}/src" emake -e runtest
+       emake clean
+}
+
+src_install() {
+       cmake-utils_src_install
+       if use examples; then
+               insinto /usr/share/doc/${PF}
+               doins -r examples
+       fi
+}

Reply via email to