diff options
Diffstat (limited to 'sci-biology/maq/maq-0.7.1.ebuild')
-rw-r--r-- | sci-biology/maq/maq-0.7.1.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sci-biology/maq/maq-0.7.1.ebuild b/sci-biology/maq/maq-0.7.1.ebuild new file mode 100644 index 000000000000..96b05f23586b --- /dev/null +++ b/sci-biology/maq/maq-0.7.1.ebuild @@ -0,0 +1,19 @@ +# 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.1 2009/02/26 17:07:01 weaver 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" + +LICENSE="GPL-3" +SLOT="0" +IUSE="" +KEYWORDS="~amd64 ~x86" + +DEPEND="" +RDEPEND="" + +src_install() { + emake DESTDIR="${D}" install || die +} |