sci-biology/nrcl - 110625 (science)

Search

Package Information

Description:
Containment clustering and layout utility for processing pairwise alignments
Homepage:
https://web.archive.org/web/20140726030702/http://compbio.dfci.harvard.edu/tgi/software/
License:
Artistic

Ebuild Details

Version EAPI Keywords Slot
110625 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit toolchain-funcs

DESCRIPTION="Containment clustering and layout utility for processing pairwise alignments"
HOMEPAGE="https://web.archive.org/web/20140726030702/http://compbio.dfci.harvard.edu/tgi/software/"
SRC_URI="
	ftp://occams.dfci.harvard.edu/pub/bio/tgi/software/tgicl/${PN}.tar.gz -> ${P}.tar.gz
	ftp://occams.dfci.harvard.edu/pub/bio/tgi/software/tgicl/gclib.tar.gz"

LICENSE="Artistic"
SLOT="0"
KEYWORDS="~amd64 ~x86"

S="${WORKDIR}/${PN}"

PATCHES=(
	"${FILESDIR}/${PV}-build.patch"
)

src_prepare() {
	default
	tc-export CXX
}

src_install() {
	dobin ${PN}
	dodoc README
}

Manifest for 110625

Type File Size Source URLs
DIST gclib.tar.gz 82727 bytes ftp://occams.dfci.harvard.edu/pub/bio/tgi/software/tgicl/gclib.tar.gz
DIST nrcl-110625.tar.gz 14782 bytes ftp://occams.dfci.harvard.edu/pub/bio/tgi/software/tgicl/nrcl.tar.gz