summaryrefslogtreecommitdiff
diff options
Diffstat (limited to 'sci-biology/biogrep/biogrep-1.0-r1.ebuild')
-rw-r--r--sci-biology/biogrep/biogrep-1.0-r1.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/sci-biology/biogrep/biogrep-1.0-r1.ebuild b/sci-biology/biogrep/biogrep-1.0-r1.ebuild
new file mode 100644
index 000000000000..f4af74c73bff
--- /dev/null
+++ b/sci-biology/biogrep/biogrep-1.0-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="3"
+
+inherit toolchain-funcs
+
+DESCRIPTION="Multithreading application for matching large sets of patternsagainst 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_prepare() {
+ tc-export CC
+}
+
+src_install() {
+ emake prefix="${D}"/usr install || die "install failed"
+ dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
+}