summaryrefslogtreecommitdiff
blob: c07eba5078127604a7176ea798278430f485926d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-biology/vienna-rna/vienna-rna-1.5_beta.ebuild,v 1.1 2005/01/09 18:48:37 ribosome Exp $

inherit flag-o-matic

DESCRIPTION="The Vienna RNA Package - RNA secondary structure prediction and comparison"
LICENSE="vienna-rna"
HOMEPAGE="http://www.tbi.univie.ac.at/~ivo/RNA"
SRC_URI="http://www.tbi.univie.ac.at/~ivo/RNA/ViennaRNA-1.5beta.tar.gz"

KEYWORDS="~x86 ~ppc"
SLOT=0
IUSE=""

DEPEND="dev-lang/perl"

S="${WORKDIR}/ViennaRNA-1.5"

src_compile() {
	append-flags "-fPIC"
	econf || die
	emake || die
}

src_install() {
	make install DESTDIR=${D}
	newbin Readseq/readseq readseq-vienna
	dodoc AUTHORS ChangeLog NEWS README THANKS Readseq/Readseq.help
	newdoc Readseq/Readme README.readseq
}