summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Kislyuk <weaver@gentoo.org>2009-02-07 18:16:42 +0000
committerAndrey Kislyuk <weaver@gentoo.org>2009-02-07 18:16:42 +0000
commit7a6454f578f2febad74cd6210841d47e80e8fb54 (patch)
treede99cf9b57e06a25ff09e5deb5dc87ba2668f75b /sci-biology/blossoc/blossoc-1.4.0.ebuild
parentStable for HPPA (bug #258013). (diff)
downloadgentoo-2-7a6454f578f2febad74cd6210841d47e80e8fb54.tar.gz
gentoo-2-7a6454f578f2febad74cd6210841d47e80e8fb54.tar.bz2
gentoo-2-7a6454f578f2febad74cd6210841d47e80e8fb54.zip
New package, ebuild written by me
Diffstat (limited to 'sci-biology/blossoc/blossoc-1.4.0.ebuild')
-rw-r--r--sci-biology/blossoc/blossoc-1.4.0.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/sci-biology/blossoc/blossoc-1.4.0.ebuild b/sci-biology/blossoc/blossoc-1.4.0.ebuild
new file mode 100644
index 000000000000..1592919f460a
--- /dev/null
+++ b/sci-biology/blossoc/blossoc-1.4.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/blossoc/blossoc-1.4.0.ebuild,v 1.1 2009/02/07 18:16:42 weaver Exp $
+
+DESCRIPTION="A linkage disequilibrium association mapping tool"
+HOMEPAGE="http://www.daimi.au.dk/~mailund/Blossoc/"
+SRC_URI="http://www.daimi.au.dk/~mailund/Blossoc/download/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="sci-libs/gsl
+ dev-libs/boost
+ sci-biology/snpfile"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ emake install DESTDIR="${D}" || die "emake install failed"
+}