summaryrefslogtreecommitdiff
blob: c2ef23459206f7f07a08e57df4bebd3826634253 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="Biogrep matchs large sets of patterns against biosequence dbs and is optimized for multithreading."
HOMEPAGE="http://web.mit.edu/bamel/biogrep.shtml"
SRC_URI="http://web.mit.edu/bamel/${P}.tar.gz"
LICENSE="GPL-2"

SLOT="0"
KEYWORDS="~amd64"
IUSE=""

src_install() {
	emake prefix="${D}"/usr install || die "install failed"
}