diff options
Diffstat (limited to 'sci-biology/goby-cpp/goby-cpp-1.9.8.1.ebuild')
-rw-r--r-- | sci-biology/goby-cpp/goby-cpp-1.9.8.1.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/sci-biology/goby-cpp/goby-cpp-1.9.8.1.ebuild b/sci-biology/goby-cpp/goby-cpp-1.9.8.1.ebuild new file mode 100644 index 000000000000..c74f57306255 --- /dev/null +++ b/sci-biology/goby-cpp/goby-cpp-1.9.8.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit autotools + +DESCRIPTION="A DNA sequencing data management framework - C/C++ API" +HOMEPAGE="http://campagnelab.org/software/goby/" +SRC_URI="http://chagall.med.cornell.edu/goby/releases/archive/release-goby_${PV}/goby_${PV}-cpp.zip" + +LICENSE="GPL-3" +SLOT="0" +IUSE="" +KEYWORDS="~amd64 ~x86" + +DEPEND=">=dev-libs/protobuf-2.4.1 + >=dev-libs/libpcre-8.12" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/goby_${PV}/cpp" + +src_prepare() { + eautoreconf +} |