commit: b466093993c5deb44025419e3c969e4555b5f3dc Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> AuthorDate: Fri Feb 24 13:59:57 2017 +0000 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> CommitDate: Fri Feb 24 13:59:57 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b4660939
sci-libs/libStatGen: a standalone static library This is to be used by sci-biology/verifyBamID but it requires some of the Makefiles from libStatGen source tree, and likely headers as well. Seem slike a lot of work to rewamp the build requirements. Package-Manager: Portage-2.3.3, Repoman-2.3.1 sci-libs/libStatGen/libStatGen-1.0.13.ebuild | 23 +++++++++++++++++++++++ sci-libs/libStatGen/metadata.xml | 12 ++++++++++++ 2 files changed, 35 insertions(+) diff --git a/sci-libs/libStatGen/libStatGen-1.0.13.ebuild b/sci-libs/libStatGen/libStatGen-1.0.13.ebuild new file mode 100644 index 000000000..e822dc5f8 --- /dev/null +++ b/sci-libs/libStatGen/libStatGen-1.0.13.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="Set of classes for creating statistical genetic programs" +HOMEPAGE="https://github.com/statgen/libStatGen" +SRC_URI="https://github.com/statgen/libStatGen/archive/v1.0.13.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="sys-libs/zlib + dev-libs/openssl" +RDEPEND="${DEPEND}" + +src_install(){ + default + dolib libStatGen.* # package only makes a static library +} diff --git a/sci-libs/libStatGen/metadata.xml b/sci-libs/libStatGen/metadata.xml new file mode 100644 index 000000000..f68a1b6fa --- /dev/null +++ b/sci-libs/libStatGen/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Martin Mokrejs</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo Biology Project</name> + </maintainer> +</pkgmetadata>
