commit: a8c7c67dce51ddbc37e1bce45ad732953de1d75a Author: Horea Christian <h.chr <AT> mail <DOT> ru> AuthorDate: Sun Jul 26 20:50:32 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sun Jul 26 20:50:32 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a8c7c67d
new ebuild Package-Manager: portage-2.2.20 sci-biology/ants/ChangeLog | 8 ++++++++ sci-biology/ants/ants-9999.ebuild | 27 +++++++++++++++++++++++++++ sci-biology/ants/metadata.xml | 13 +++++++++++++ 3 files changed, 48 insertions(+) diff --git a/sci-biology/ants/ChangeLog b/sci-biology/ants/ChangeLog new file mode 100644 index 0000000..b46385b --- /dev/null +++ b/sci-biology/ants/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for sci-biology/ants +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*ants-9999 (26 Jul 2015) + + 26 Jul 2015; <[email protected]> +ants-9999.ebuild, +metadata.xml: + new ebuild diff --git a/sci-biology/ants/ants-9999.ebuild b/sci-biology/ants/ants-9999.ebuild new file mode 100644 index 0000000..0623c22 --- /dev/null +++ b/sci-biology/ants/ants-9999.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit cmake-utils git-r3 + +DESCRIPTION="Advanced Normalitazion Tools for neuroimaging" +HOMEPAGE="http://stnava.github.io/ANTs/" +SRC_URI="" +EGIT_REPO_URI="git://github.com/stnava/ANTs.git" + +SLOT="0" +LICENSE="BSD" +KEYWORDS="" + +DEPEND="sci-libs/itk" +RDEPEND="${DEPEND}" + +src_install() { + cd "${WORKDIR}/${P}_build/ANTS-build" || die "build dir not found" + emake DESTDIR="${D}" install + cd "${WORKDIR}/${P}/Scripts" || die "scripts dir not found" + dodir /usr/lib/ants + install -t "${D}"usr/lib/ants * +} diff --git a/sci-biology/ants/metadata.xml b/sci-biology/ants/metadata.xml new file mode 100644 index 0000000..0358403 --- /dev/null +++ b/sci-biology/ants/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>sci</herd> + <longdescription>ANTs extracts information from complex datasets that include imaging (Word Cloud). +Paired with ANTsR (answer), ANTs is useful for managing, interpreting and visualizing multidimensional +data. ANTs is popularly considered a state-of-the-art medical image registration and segmentation +toolkit. ANTsR is an emerging tool supporting standardized multimodality image analysis. ANTs depends +on +the Insight ToolKit (ITK), a widely used medical image processing library to which ANTs developers +contribute. + </longdescription> +</pkgmetadata>
