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