diff options
Diffstat (limited to 'sci-biology/blossoc/blossoc-1.1.1.ebuild')
-rw-r--r-- | sci-biology/blossoc/blossoc-1.1.1.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sci-biology/blossoc/blossoc-1.1.1.ebuild b/sci-biology/blossoc/blossoc-1.1.1.ebuild new file mode 100644 index 000000000..ec4c2d439 --- /dev/null +++ b/sci-biology/blossoc/blossoc-1.1.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +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-2" +SLOT="0" +IUSE="" +KEYWORDS="~x86" + +DEPEND="sci-libs/gsl" +RDEPEND="${DEPEND}" + +src_install() { + emake install DESTDIR=${D} || die "emake install failed" +} |