]> Pileus Git - ~andy/sunrise/blob - sci-biology/biogrep/biogrep-1.0.ebuild
sunrise/ app-portage/elog-list/elog-list-0.0.6.ebuild: Update headers for 2010
[~andy/sunrise] / sci-biology / biogrep / biogrep-1.0.ebuild
1 # Copyright 1999-2010 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 }