From 75cd7ccc0f8f64ab20568fe5fcf8a1a3c7ef64e5 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 2 Aug 2010 09:49:11 +0200 Subject: [PATCH] gmp: add metafile support Signed-off-by: Stephan Raue --- packages/toolchain/math/gmp/meta | 14 ++++++++++++++ packages/toolchain/math/gmp/url | 1 - 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 packages/toolchain/math/gmp/meta delete mode 100644 packages/toolchain/math/gmp/url diff --git a/packages/toolchain/math/gmp/meta b/packages/toolchain/math/gmp/meta new file mode 100644 index 0000000000..5eba48d3be --- /dev/null +++ b/packages/toolchain/math/gmp/meta @@ -0,0 +1,14 @@ +PKG_NAME="gmp" +PKG_VERSION="4.3.2" +PKG_REV="1" +PKG_ARCH="any" +PKG_LICENSE="LGPL" +PKG_SITE="http://www.swox.com/gmp/" +PKG_URL="http://ftp.sunet.se/pub/gnu/gmp/$PKG_NAME-$PKG_VERSION.tar.bz2" +PKG_DEPENDS="" +PKG_BUILD_DEPENDS="" +PKG_PRIORITY="optional" +PKG_SECTION="toolchain/math" +PKG_SHORTDESC="gmp: The GNU MP (multiple precision arithmetic) library" +PKG_LONGDESC="GNU MP is a library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. It has a rich set of functions, and the functions have a regular interface. GNU MP is designed to be as fast as possible, both for small operands and for huge operands. The speed is achieved by using fullwords as the basic arithmetic type, by using fast algorithms, by carefully optimized assembly code for the most common inner loops for a lots of CPUs, and by a general emphasis on speed (instead of simplicity or elegance). The speed of GNU MP is believed to be faster than any other similar library. The advantage for GNU MP increases with the operand sizes for certain operations, since GNU MP in many cases has asymptotically faster algorithms." +PKG_IS_ADDON="no" diff --git a/packages/toolchain/math/gmp/url b/packages/toolchain/math/gmp/url deleted file mode 100644 index 2690d4884c..0000000000 --- a/packages/toolchain/math/gmp/url +++ /dev/null @@ -1 +0,0 @@ -http://ftp.sunet.se/pub/gnu/gmp/gmp-4.3.2.tar.bz2