From d90baef7516c43956a43aece93fc47f573fa8eca Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 2 Aug 2010 09:48:38 +0200 Subject: [PATCH] mpc: add metafile support Signed-off-by: Stephan Raue --- packages/toolchain/math/mpc/meta | 14 ++++++++++++++ packages/toolchain/math/mpc/url | 1 - 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 packages/toolchain/math/mpc/meta delete mode 100644 packages/toolchain/math/mpc/url diff --git a/packages/toolchain/math/mpc/meta b/packages/toolchain/math/mpc/meta new file mode 100644 index 0000000000..a143d1ee02 --- /dev/null +++ b/packages/toolchain/math/mpc/meta @@ -0,0 +1,14 @@ +PKG_NAME="mpc" +PKG_VERSION="0.8.2" +PKG_REV="1" +PKG_ARCH="any" +PKG_LICENSE="LGPL" +PKG_SITE="" +PKG_URL="http://www.multiprecision.org/mpc/download/$PKG_NAME-$PKG_VERSION.tar.gz" +PKG_DEPENDS="" +PKG_BUILD_DEPENDS="gmp mpfr" +PKG_PRIORITY="optional" +PKG_SECTION="toolchain/math" +PKG_SHORTDESC="mpc: A C library for the arithmetic of high precision complex numbers" +PKG_LONGDESC="pc is a C library for the arithmetic of complex numbers with arbitrarily high precision and correct rounding of the result. It is built upon and follows the same principles as Mpfr." +PKG_IS_ADDON="no" diff --git a/packages/toolchain/math/mpc/url b/packages/toolchain/math/mpc/url deleted file mode 100644 index 1df605c6d4..0000000000 --- a/packages/toolchain/math/mpc/url +++ /dev/null @@ -1 +0,0 @@ -http://www.multiprecision.org/mpc/download/mpc-0.8.2.tar.gz