You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-biology/gmap/gmap-2015.12.31.5.ebuild

21 lines
573 B

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit versionator
MY_BASE_PV="$(replace_all_version_separators '-' $(get_version_component_range 1-3))"
MY_PV="${MY_BASE_PV}.v$(get_version_component_range 4)"
DESCRIPTION="A Genomic Mapping and Alignment Program for mRNA and EST Sequences"
HOMEPAGE="http://research-pub.gene.com/gmap/"
SRC_URI="http://research-pub.gene.com/gmap/src/gmap-gsnap-${MY_PV}.tar.gz"
LICENSE="gmap"
SLOT="0"
IUSE=""
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/gmap-${MY_BASE_PV}"