blob: 9fd1c4f32d2cb530c382491b15710de586b2c163 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2008 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"
}
|