diff options
author | Andrey Kislyuk <weaver@gentoo.org> | 2010-06-18 05:53:32 +0000 |
---|---|---|
committer | Andrey Kislyuk <weaver@gentoo.org> | 2010-06-18 05:53:32 +0000 |
commit | 337cd4222fec7eaf27573e8b95ab99d79b50527c (patch) | |
tree | 516a372cea67baf3aeb35d52b7829615cc761ddd /sci-biology/yass/yass-1.14.ebuild | |
parent | Added a env.d file for stable version too (diff) | |
download | historical-337cd4222fec7eaf27573e8b95ab99d79b50527c.tar.gz historical-337cd4222fec7eaf27573e8b95ab99d79b50527c.tar.bz2 historical-337cd4222fec7eaf27573e8b95ab99d79b50527c.zip |
New package, ebuild written by me
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'sci-biology/yass/yass-1.14.ebuild')
-rw-r--r-- | sci-biology/yass/yass-1.14.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sci-biology/yass/yass-1.14.ebuild b/sci-biology/yass/yass-1.14.ebuild new file mode 100644 index 000000000000..1cd650351189 --- /dev/null +++ b/sci-biology/yass/yass-1.14.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/yass/yass-1.14.ebuild,v 1.1 2010/06/18 05:52:46 weaver Exp $ + +EAPI="2" + +DESCRIPTION="Genomic similarity search with multiple transition constrained spaced seeds" +HOMEPAGE="http://bioinfo.lifl.fr/yass/" +SRC_URI="http://bioinfo.lifl.fr/yass/files/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +IUSE="" +KEYWORDS="~amd64 ~x86" + +DEPEND="" +RDEPEND="" + +src_install() { + einstall || die + dodoc AUTHORS README NEWS +} |