You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
695 B
25 lines
695 B
# Copyright 1999-2009 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/sci-biology/maq/maq-0.7.1.ebuild,v 1.4 2009/04/04 19:19:39 maekke Exp $
|
|
|
|
DESCRIPTION="Mapping and Assembly with Qualities - mapping Solexa and SOLiD reads to reference sequences"
|
|
HOMEPAGE="http://maq.sourceforge.net/"
|
|
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2
|
|
mirror://sourceforge/${PN}/calib-36.dat.gz"
|
|
|
|
LICENSE="GPL-3"
|
|
SLOT="0"
|
|
IUSE=""
|
|
KEYWORDS="amd64 x86"
|
|
|
|
DEPEND=""
|
|
RDEPEND=""
|
|
|
|
src_install() {
|
|
emake DESTDIR="${D}" install || die
|
|
insinto /usr/share/maq
|
|
doins "${WORKDIR}"/*.dat || die
|
|
doman maq.1
|
|
dodoc AUTHORS ChangeLog NEWS maq.pdf
|
|
}
|