Parent Directory
|
Revision Log
New package, ebuild written by me (Portage version: 2.2.0_alpha45/cvs/Linux x86_64)
| 1 | weaver | 1.1 | # Copyright 1999-2011 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 | ||
| 3 | # $Header: /var/cvsroot/gentoo-x86/sci-biology/gmap/gmap-2011.09.14.ebuild,v 1.1 2011/09/25 21:57:32 weaver Exp $ | ||
| 4 | |||
| 5 | EAPI=4 | ||
| 6 | |||
| 7 | DESCRIPTION="Scalable multiple alignment of protein sequences" | ||
| 8 | HOMEPAGE="http://www.clustal.org/omega/" | ||
| 9 | SRC_URI="http://www.clustal.org/omega/${P}.tar.gz" | ||
| 10 | |||
| 11 | LICENSE="GPL-2" | ||
| 12 | SLOT="0" | ||
| 13 | IUSE="" | ||
| 14 | KEYWORDS="~amd64 ~x86" | ||
| 15 | |||
| 16 | DEPEND="dev-libs/argtable" | ||
| 17 | RDEPEND="${DEPEND}" |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |