sci-biology/elph - 1.0.1-r3 (gentoo)

Search

Package Information

Description:
Estimated Locations of Pattern Hits - Motif finder program
Homepage:
http://cbcb.umd.edu/software/ELPH/
License:
Artistic

Ebuild Details

Version EAPI Keywords Slot
1.0.1-r3 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit toolchain-funcs

DESCRIPTION="Estimated Locations of Pattern Hits - Motif finder program"
HOMEPAGE="http://cbcb.umd.edu/software/ELPH/"
SRC_URI="ftp://ftp.cbcb.umd.edu/pub/software/elph/ELPH-${PV}.tar.gz"
S="${WORKDIR}/${PN^^}/sources"

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

PATCHES=(
	"${FILESDIR}"/${PN}-1.0.1-fix-build-system.patch
	"${FILESDIR}"/${PN}-1.0.1-drop-register-keyword.patch
)

src_configure() {
	tc-export CC CXX
}

src_install() {
	dobin elph

	cd "${WORKDIR}"/ELPH || die
	dodoc VERSION
	newdoc Readme.ELPH README
}