View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit flag-o-matic
MY_PN=miRanda
MY_P=${MY_PN}-${PV}
DESCRIPTION="An algorithm for finding genomic targets for microRNAs"
HOMEPAGE="https://www.mskcc.org/research/ski/programs/computational-biology"
SRC_URI="http://cbio.mskcc.org/microrna_data/${MY_PN}-aug2010.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${MY_P}"
src_configure() {
append-cflags -fcommon
default
}