# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Gentoo ebuild for merlin-1.0-alpha" HOMEPAGE="http://www.sph.umich.edu/csg/abecasis/Merlin/" SRC_URI="http://www.sph.umich.edu/csg/abecasis/Merlin/download/merlin-1.0.1.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_compile() { cd ${WORKDIR}/merlin-1.0.1 make all || die "emake failed" } src_install() { cd ${WORKDIR}/merlin-1.0.1 mkdir ${D}usr #For some reason this is needed make install INSTALLDIR=${D}usr/bin || die }