commit:     314e2790b377fd88c47814c570c2938792f5d52c
Author:     Vadim A. Misbakh-Soloviov <git <AT> mva <DOT> name>
AuthorDate: Mon May  4 16:55:11 2015 +0000
Commit:     Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Mon May  4 16:55:11 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=314e2790

[dev-libs/fuzzylite] Added (needed for VCMI)

 dev-libs/fuzzylite/fuzzylite-5.0.ebuild | 48 +++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)

diff --git a/dev-libs/fuzzylite/fuzzylite-5.0.ebuild 
b/dev-libs/fuzzylite/fuzzylite-5.0.ebuild
new file mode 100644
index 0000000..38c1714
--- /dev/null
+++ b/dev-libs/fuzzylite/fuzzylite-5.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit eutils cmake-utils
+
+DESCRIPTION="A Fuzzy Logic Control Library in C++"
+HOMEPAGE="http://www.fuzzylite.com/";
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE="no-c++11 static-libs"
+
+DEPEND=""
+RDEPEND="
+       ${DEPEND}
+"
+
+S="${WORKDIR}/${P}/${PN}"
+
+src_configure() {
+    local mycmakeargs=(
+               $(cmake-utils_use static-libs FL_BUILD_STATIC)
+               -DFL_USE_FLOAT=ON
+               -DFL_BACKTRACE=ON
+               $(cmake-utils_useno no-c++11 FL_CPP11)
+       )
+
+       cmake-utils_src_configure
+}
+
+#src_install() {
+#    cmake-utils_src_install
+#}
+
+#pkg_postinst() {
+#    games_pkg_postinst
+#
+#      elog For the game to work properly, please copy your 
+#      elog \"Heroes Of Might and Magic: The Wake  Of Gods\" 
+#      elog game directory into ${GAMES_DATADIR}/${PN} .
+#      elog For more information, please visit:
+#      elog http://wiki.vcmi.eu/index.php?title=Installation_on_Linux
+#}

Reply via email to