d996cb9d8a
Signed-off-by: Semyon Kolganov <semenak94@mail.ru> [Thomas: - rewrap Config.in help text - add missing host-yasm dependency - remove custom MPIR_MAKE_OPTS, apparently not needed] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
16 lines
419 B
Makefile
16 lines
419 B
Makefile
################################################################################
|
|
#
|
|
# mpir
|
|
#
|
|
################################################################################
|
|
|
|
MPIR_VERSION = 3.0.0
|
|
MPIR_SITE = http://www.mpir.org
|
|
MPIR_SOURCE = mpir-$(MPIR_VERSION).tar.bz2
|
|
MPIR_LICENSE = LGPL-3.0+
|
|
MPIR_LICENSE_FILES = COPYING.LIB
|
|
MPIR_INSTALL_STAGING = YES
|
|
MPIR_DEPENDENCIES = gmp host-yasm
|
|
|
|
$(eval $(autotools-package))
|