sci-biology/stride - 20011129-r1 (gentoo)

Search

Package Information

Description:
Protein secondary structure assignment from atomic coordinates
Homepage:
http://webclu.bio.wzw.tum.de/stride/
License:
STRIDE

Ebuild Details

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

EAPI=7

inherit toolchain-funcs

DESCRIPTION="Protein secondary structure assignment from atomic coordinates"
HOMEPAGE="http://webclu.bio.wzw.tum.de/stride/"
SRC_URI="
	ftp://ftp.ebi.ac.uk/pub/software/unix/${PN}/src/${PN}.tar.gz -> ${P}.tar.gz
	https://dev.gentoo.org/~pacho/${PN}/${PN}-20060723-update.patch.bz2"

LICENSE="STRIDE"
SLOT="0"
KEYWORDS="amd64 ~ppc ~x86"
RESTRICT="mirror bindist"

S="${WORKDIR}"
PATCHES=(
	# this patch updates the source to the most recent
	# version which was kindly provided by the author
	"${S}"/${PN}-20060723-update.patch
	"${FILESDIR}"/${PN}-20011129-fix-buildsystem.patch
	"${FILESDIR}"/${PN}-20011129-clang16.patch
)

src_configure() {
	tc-export CC
}

src_install() {
	dobin ${PN}
}

Manifest for 20011129-r1

Type File Size Source URLs
DIST stride-20060723-update.patch.bz2 5621 bytes https://dev.gentoo.org/~pacho/stride/stride-20060723-update.patch.bz2