mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
dcf31c6a1e
--------- Co-authored-by: tiopex <tiopxyz@gmail.com> Co-authored-by: tiopex <67048640+tiopex@users.noreply.github.com>
17 lines
446 B
Makefile
17 lines
446 B
Makefile
################################################################################
|
|
#
|
|
# mpc
|
|
#
|
|
################################################################################
|
|
|
|
MPC_VERSION = 1.0.3
|
|
MPC_SITE = $(BR2_GNU_MIRROR)/mpc
|
|
MPC_LICENSE = LGPL-3.0+
|
|
MPC_LICENSE_FILES = COPYING.LESSER
|
|
MPC_INSTALL_STAGING = YES
|
|
MPC_DEPENDENCIES = gmp mpfr
|
|
HOST_MPC_DEPENDENCIES = host-gmp host-mpfr
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|