Move all to deprecated folder.
This commit is contained in:
8
deprecated/firmware/buildroot/package/mpfr/Config.in
Normal file
8
deprecated/firmware/buildroot/package/mpfr/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_MPFR
|
||||
bool "mpfr"
|
||||
select BR2_PACKAGE_GMP
|
||||
help
|
||||
C library for multiple-precision floating-point computations
|
||||
with exact rounding.
|
||||
|
||||
http://www.mpfr.org/
|
||||
2
deprecated/firmware/buildroot/package/mpfr/mpfr.hash
Normal file
2
deprecated/firmware/buildroot/package/mpfr/mpfr.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 6835a08bd992c8257641791e9a6a2b35b02336c8de26d0a8577953747e514a16 mpfr-3.1.3.tar.xz
|
||||
17
deprecated/firmware/buildroot/package/mpfr/mpfr.mk
Normal file
17
deprecated/firmware/buildroot/package/mpfr/mpfr.mk
Normal file
@@ -0,0 +1,17 @@
|
||||
################################################################################
|
||||
#
|
||||
# mpfr
|
||||
#
|
||||
################################################################################
|
||||
|
||||
MPFR_VERSION = 3.1.3
|
||||
MPFR_SITE = http://www.mpfr.org/mpfr-$(MPFR_VERSION)
|
||||
MPFR_SOURCE = mpfr-$(MPFR_VERSION).tar.xz
|
||||
MPFR_LICENSE = LGPLv3+
|
||||
MPFR_LICENSE_FILES = COPYING.LESSER
|
||||
MPFR_INSTALL_STAGING = YES
|
||||
MPFR_DEPENDENCIES = gmp
|
||||
MPFR_MAKE_OPTS = RANLIB=$(TARGET_RANLIB)
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
Reference in New Issue
Block a user