aboutsummaryrefslogtreecommitdiff
blob: 67d750b7ca601ae95cf9d9d29eb78807ae2422b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-biology/amos/amos-2.0.8.ebuild,v 1.2 2009/03/15 17:58:50 maekke Exp $

EAPI=2

DESCRIPTION="RNA-RNA interaction search"
HOMEPAGE="http://www.tbi.univie.ac.at/~htafer/"
SRC_URI="http://www.tbi.univie.ac.at/~htafer/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
IUSE=""
KEYWORDS="~amd64 ~x86"

DEPEND=""
RDEPEND=""

src_install() {
	emake DESTDIR="${D}" install || die "install failed"
}