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/clustalw/clustalw-2.0.11.ebuild

19 lines
526 B

# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-biology/clustalw/clustalw-2.0.11.ebuild,v 1.3 2009/09/22 11:37:55 maekke Exp $
EAPI=2
DESCRIPTION="General purpose multiple alignment program for DNA and proteins"
HOMEPAGE="http://www.clustal.org/"
SRC_URI="http://www.clustal.org/download/current/${P}.tar.gz"
LICENSE="clustalw"
SLOT="2"
KEYWORDS="amd64 x86"
IUSE=""
src_install() {
einstall || die "Installation failed."
}