diff options
Diffstat (limited to 'dev-libs/ccmath/ccmath-2.2.1.ebuild')
-rw-r--r-- | dev-libs/ccmath/ccmath-2.2.1.ebuild | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/dev-libs/ccmath/ccmath-2.2.1.ebuild b/dev-libs/ccmath/ccmath-2.2.1.ebuild index df00c997eb5c..b13539c9f844 100644 --- a/dev-libs/ccmath/ccmath-2.2.1.ebuild +++ b/dev-libs/ccmath/ccmath-2.2.1.ebuild @@ -1,10 +1,7 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ccmath/ccmath-2.2.1.ebuild,v 1.4 2003/09/08 07:19:26 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ccmath/ccmath-2.2.1.ebuild,v 1.5 2003/10/28 05:48:01 mr_bones_ Exp $ -IUSE="" - -S=${WORKDIR}/${P} DESCRIPTION="CCMATH is a mathematics library, coded in C, that contains functions for linear algebra, numerical integration, geometry and trigonometry, curve fitting, roots and optimization, Fourier analysis, simulation generation, statistics, special functions, sorts and searches, time series models, complex arithmetic, and high precision computations." @@ -14,22 +11,20 @@ HOMEPAGE="http://freshmeat.net/projects/ccmath/" SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="x86 ~ppc sparc" +KEYWORDS="x86 ppc sparc" DEPEND="virtual/glibc" -src_compile() { +IUSE="" +src_compile() { yes | ./makelibs.sh - } src_install() { - dolib.so tmp/libccm.so dolib.a tmp/libccm.a insinto /usr/include doins ccmath.h dodoc CHANGES INSTALL README manual/* - } |