diff options
author | azazello <gentoo@horizon.ath.cx> | 2007-01-03 04:45:51 +0000 |
---|---|---|
committer | azazello <gentoo@horizon.ath.cx> | 2007-01-03 04:45:51 +0000 |
commit | a421fec5b196f559b70338bf80ac6c71122fc162 (patch) | |
tree | 091774111ec04dd416903b672ccc49b26ea4f3ad /sci-biology/gmap/gmap-2006.12.18.ebuild | |
parent | profiles/package.mask: Fix jakub's small mistake; blame his beer! (diff) | |
download | sunrise-a421fec5b196f559b70338bf80ac6c71122fc162.tar.gz sunrise-a421fec5b196f559b70338bf80ac6c71122fc162.tar.bz2 sunrise-a421fec5b196f559b70338bf80ac6c71122fc162.zip |
sci-biology/gmap: new version
svn path=/sunrise/; revision=2562
Diffstat (limited to 'sci-biology/gmap/gmap-2006.12.18.ebuild')
-rw-r--r-- | sci-biology/gmap/gmap-2006.12.18.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/sci-biology/gmap/gmap-2006.12.18.ebuild b/sci-biology/gmap/gmap-2006.12.18.ebuild new file mode 100644 index 000000000..a5880192b --- /dev/null +++ b/sci-biology/gmap/gmap-2006.12.18.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit versionator + +MY_PV=$(replace_all_version_separators '-') + +DESCRIPTION="A Genomic Mapping and Alignment Program for mRNA and EST Sequences" +HOMEPAGE="http://www.gene.com/share/gmap/" +SRC_URI="http://www.gene.com/share/gmap/src/gmap-${MY_PV}.tar.gz" + +LICENSE="gmap" +SLOT="0" +IUSE="" +KEYWORDS="~x86" + +DEPEND="" +RDEPEND="" + +RESTRICT="mirror" + +S="${WORKDIR}/gmap-${MY_PV}" + +src_install() { + emake install DESTDIR="${D}" || die "emake install failed" + dodoc AUTHORS ChangeLog README +} |