blob: b2161dcaae5b55ab33d66febc7adc347c9cf838d [file] [log] [blame]
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
DESCRIPTION="Multithreading application for matching large sets of patterns
against biosequence dbs."
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 ~x86"
IUSE=""
src_install() {
emake prefix="${D}"/usr install || die "install failed"
dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
}