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.
gentoo-overlay/sci-biology/bwa/bwa-0.5.0.ebuild

30 lines
665 B

# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-biology/bwa/bwa-0.5.0.ebuild,v 1.3 2010/05/23 21:15:12 pacho Exp $
EAPI=2
DESCRIPTION="Burrows-Wheeler Alignment Tool, a fast short genomic sequence aligner"
HOMEPAGE="http://maq.sourceforge.net/"
SRC_URI="mirror://sourceforge/maq/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
IUSE=""
KEYWORDS="amd64 x86"
DEPEND=""
RDEPEND=""
src_prepare() {
sed -e "/^CFLAGS.*/d" -i "${S}"/Makefile
}
src_install() {
dobin bwa || die
doman bwa.1 || die
exeinto /usr/share/${PN}
doexe solid2fastq.pl || die
dodoc ChangeLog NEWS
}