From: "Vadim A. Misbakh-Soloviov" <mva@mva.name>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gamerlay:master commit in: dev-libs/fuzzylite/
Date: Mon, 4 May 2015 16:56:58 +0000 (UTC) [thread overview]
Message-ID: <1430758511.314e2790b377fd88c47814c570c2938792f5d52c.mva@gentoo> (raw)
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
+#}
next reply other threads:[~2015-05-04 16:57 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-04 16:56 Vadim A. Misbakh-Soloviov [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-11-10 23:44 [gentoo-commits] proj/gamerlay:master commit in: dev-libs/fuzzylite/ Azamat H. Hackimov
2021-07-12 20:47 Azamat H. Hackimov
2021-07-12 20:47 Azamat H. Hackimov
2024-01-15 16:59 Vadim Misbakh-Soloviov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1430758511.314e2790b377fd88c47814c570c2938792f5d52c.mva@gentoo \
--to=mva@mva.name \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox