diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-01 16:07:18 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-01 16:07:18 +0000 |
commit | a9c6057cdf4933ad56f8750244a20ca65c2d45b6 (patch) | |
tree | 7e4bad3c8ba4cd715215067856541e6768ef1e28 /dev-libs/atlas/atlas-3.2.1.ebuild | |
parent | repoman'd directory (diff) | |
download | gentoo-2-a9c6057cdf4933ad56f8750244a20ca65c2d45b6.tar.gz gentoo-2-a9c6057cdf4933ad56f8750244a20ca65c2d45b6.tar.bz2 gentoo-2-a9c6057cdf4933ad56f8750244a20ca65c2d45b6.zip |
repoman'd
Diffstat (limited to 'dev-libs/atlas/atlas-3.2.1.ebuild')
-rw-r--r-- | dev-libs/atlas/atlas-3.2.1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-libs/atlas/atlas-3.2.1.ebuild b/dev-libs/atlas/atlas-3.2.1.ebuild index e034dff90fae..880a7701d82d 100644 --- a/dev-libs/atlas/atlas-3.2.1.ebuild +++ b/dev-libs/atlas/atlas-3.2.1.ebuild @@ -1,12 +1,16 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# /home/cvsroot/gentoo-x86/skel.build,v 1.7 2001/08/25 21:15:08 chadh Exp +# $Header: /var/cvsroot/gentoo-x86/dev-libs/atlas/atlas-3.2.1.ebuild,v 1.3 2002/08/01 16:07:17 seemant Exp $ S=${WORKDIR}/ATLAS DESCRIPTION="Automatically Tuned Linear Algebra Software (BLAS implementation)." SRC_URI="http://www.netlib.org/atlas/${PN}${PV}.tgz" HOMEPAGE="http://math-atlas.sourceforge.net/" +SLOT="0" +LICENSE="BSD" +KEYWORDS="x86" + DEPEND="virtual/glibc" src_compile() { |