mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
mpc: add metafile support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
70677c91fa
commit
d90baef751
14
packages/toolchain/math/mpc/meta
Normal file
14
packages/toolchain/math/mpc/meta
Normal file
@ -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"
|
@ -1 +0,0 @@
|
||||
http://www.multiprecision.org/mpc/download/mpc-0.8.2.tar.gz
|
Loading…
x
Reference in New Issue
Block a user