summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2003-02-24 02:27:43 +0000
committerGeorge Shapovalov <george@gentoo.org>2003-02-24 02:27:43 +0000
commit5e88b262cc75202a7e47d656bb95a631a9a6d4f8 (patch)
tree4d1e3154cbd126e67704c8ad2e1d3ee3b2a1cf39 /dev-libs/ccmath
parentmark stable for x86 (diff)
downloadgentoo-2-5e88b262cc75202a7e47d656bb95a631a9a6d4f8.tar.gz
gentoo-2-5e88b262cc75202a7e47d656bb95a631a9a6d4f8.tar.bz2
gentoo-2-5e88b262cc75202a7e47d656bb95a631a9a6d4f8.zip
new package (keymasked)
Diffstat (limited to 'dev-libs/ccmath')
-rw-r--r--dev-libs/ccmath/ChangeLog10
-rw-r--r--dev-libs/ccmath/ccmath-2.2.1.ebuild35
-rw-r--r--dev-libs/ccmath/files/digest-ccmath-2.2.11
3 files changed, 46 insertions, 0 deletions
diff --git a/dev-libs/ccmath/ChangeLog b/dev-libs/ccmath/ChangeLog
new file mode 100644
index 000000000000..ea0027045050
--- /dev/null
+++ b/dev-libs/ccmath/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-libs/ccmath
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/ccmath/ChangeLog,v 1.1 2003/02/24 02:27:43 george Exp $
+
+*ccmath-2.2.1.ebuild (23 Feb 2003)
+
+ 23 æÅ× 2003; George Shapovalov <george@gentoo.org> ccmath-2.2.1.ebuild, files/digest-ccmath-2.2.1 :
+ initial release (#13208)
+ 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.
+ ebuild submitted by Bernardo S. A. Silva <bsaslinux@globo.com>
diff --git a/dev-libs/ccmath/ccmath-2.2.1.ebuild b/dev-libs/ccmath/ccmath-2.2.1.ebuild
new file mode 100644
index 000000000000..7e8e6bbc8ded
--- /dev/null
+++ b/dev-libs/ccmath/ccmath-2.2.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2002 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.1 2003/02/24 02:27:43 george 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."
+
+SRC_URI="http://www.ibiblio.org/pub/Linux/libs/${P}.tar.gz"
+HOMEPAGE="http://freshmeat.net/projects/ccmath/"
+
+SLOT="0"
+LICENSE="LGPL-2.1"
+KEYWORDS="~x86 ~ppc ~sparc "
+
+DEPEND="virtual/glibc"
+
+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/*
+
+}
diff --git a/dev-libs/ccmath/files/digest-ccmath-2.2.1 b/dev-libs/ccmath/files/digest-ccmath-2.2.1
new file mode 100644
index 000000000000..a7c81986cb67
--- /dev/null
+++ b/dev-libs/ccmath/files/digest-ccmath-2.2.1
@@ -0,0 +1 @@
+MD5 4d875071c7114839546c815cc2b7732c ccmath-2.2.1.tar.gz 258535