net-misc/electrum: pyaes replaces slowaes, bug #612706.
[gentoo.git] / sci-biology / prodigal / prodigal-2.6.3.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 inherit toolchain-funcs
7
8 DESCRIPTION="Prokaryotic Dynamic Programming Genefinding Algorithm"
9 HOMEPAGE="http://prodigal.ornl.gov/"
10 SRC_URI="https://github.com/hyattpd/${PN^}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
11
12 LICENSE="GPL-3"
13 SLOT="0"
14 KEYWORDS="~amd64"
15 IUSE=""
16
17 DEPEND=""
18 RDEPEND=""
19
20 S=${WORKDIR}/${P^}
21
22 PATCHES=( "${FILESDIR}"/${PN}-2.6.3-fix-build-system.patch )
23
24 src_configure() {
25         tc-export CC
26 }