sci-chemistry/ssp - 09.11 (science)

Search

Package Information

Description:
Secondary structure propensities
Homepage:
http://abragam.med.utoronto.ca/software.html
License:
all-rights-reserved

Ebuild Details

Version EAPI Keywords Slot
09.11 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

DESCRIPTION="Secondary structure propensities"
HOMEPAGE="http://abragam.med.utoronto.ca/software.html"
SRC_URI="http://pound.med.utoronto.ca/${PN}-Nov09.tar.gz"

SLOT="0"
LICENSE="all-rights-reserved"
KEYWORDS="~amd64 ~x86"

RDEPEND="dev-lang/perl"
DEPEND="${RDEPEND}"

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

src_prepare() {
	default
	sed \
		-e "s:\(REF\/\):${EPREFIX}/usr/share/${PN}/\1:g" \
		-i ${PN} || die
}

src_install() {
	dobin reref ${PN}
	dodoc README
	insinto /usr/share/${PN}
	doins -r eg* REF
}

Dependencies

DEPEND

dev-lang/perl

RDEPEND

dev-lang/perl

Manifest for 09.11

Type File Size Source URLs
DIST ssp-Nov09.tar.gz 13537 bytes http://pound.med.utoronto.ca/ssp-Nov09.tar.gz