# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Merlin is a program for the statistical analysis of human pedigree data.\ It uses sparse trees to represent gene flow in pedigrees. It is capable of performing\ parametric and non-parametric linkage analysis, regression based analysis of quantitative\ traits, IBD kinship estimation, haplotyping, pedigree error detection and simulation.\ It is also capable of incorporating linkage disequilibrium within the analyses. " HOMEPAGE="http://www.sph.umich.edu/csg/abecasis/Merlin/" SRC_URI="http://www.sph.umich.edu/csg/abecasis/Merlin/download/${P}.tar.gz" SLOT="0" # License of the package. This must match the name of file(s) in # /usr/portage/licenses/. For complex license combination see the developer # docs on gentoo.org for details. LICENSE="" KEYWORDS="~x86" src_install() { make install || die }