]> Pileus Git - ~andy/sunrise/blob - sci-biology/biogrep/biogrep-1.0.ebuild
9fd1c4f32d2cb530c382491b15710de586b2c163
[~andy/sunrise] / sci-biology / biogrep / biogrep-1.0.ebuild
1 # Copyright 1999-2008 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 DESCRIPTION="Biogrep matchs large sets of patterns against biosequence dbs and is optimized for multithreading."
6 HOMEPAGE="http://web.mit.edu/bamel/biogrep.shtml"
7 SRC_URI="http://web.mit.edu/bamel/${P}.tar.gz"
8 LICENSE="GPL-2"
9
10 SLOT="0"
11 KEYWORDS="~amd64"
12 IUSE=""
13
14 src_install() {
15         emake prefix="${D}"/usr install || die "install failed"
16 }