blob: b814b461bb45e1aefea7316495de7c7300a569a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-biology/embassy-phylipnew/embassy-phylipnew-3.6b.ebuild,v 1.2 2006/11/02 01:02:21 ribosome Exp $
EBOV="4.0.0"
inherit embassy
DESCRIPTION="EMBOSS integrated version of the PHYLogeny Inference Package"
LICENSE="freedist"
SRC_URI="ftp://emboss.open-bio.org/pub/EMBOSS/EMBOSS-${EBOV}.tar.gz
mirror://gentoo/embassy-${EBOV}-${PN:8}-${PV}.tar.gz"
KEYWORDS="~ppc ~ppc-macos x86"
|