sci-biology/mrfast - 2.6.0.1 (science)

Search

Package Information

Description:
Micro Read Fast Alignment Search Tool
Homepage:
http://mrfast.sourceforge.net/
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
2.6.0.1 7 ~amd64 0
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 toolchain-funcs

DESCRIPTION="Micro Read Fast Alignment Search Tool"
HOMEPAGE="http://mrfast.sourceforge.net/"
SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"

src_prepare() {
	default
	sed \
		-e '/^CC/s:=:?=:g' \
		-e 's/CFLAGS =/CFLAGS +=/' \
		-e 's/LDFLAGS/LIBS/g' \
		-e 's:-O3.*::g' \
		-e 's:$(CC) $(OBJECTS):$(CC) $(LDFLAGS) $(OBJECTS):g' \
		-i Makefile || die
}

src_configure() {
	tc-export CC
	append-cflags -fcommon
	default
}

src_install() {
	dobin ${PN}
}

Manifest for 2.6.0.1

Type File Size Source URLs
DIST mrfast-2.6.0.1.tar.gz 51200 bytes https://downloads.sourceforge.net/mrfast/mrfast-2.6.0.1.tar.gz