include $(PKGROOT)/Include
PKG_NAME = mpfr
-PKG_VER = 2.4.2
+PKG_VER = 3.0.0
PKG_REL = 0
PKG_MAINTAINER =
library.
endef
-PKG_TARBALL = $(THISAPP).tar.bz2
+PKG_TARBALL = $(THISAPP).tar.gz
ifeq "$(MACHINE)" "x86_64"
ABI = 64
ABI = 32
endif
-###############################################################################
-# Installation Details
-###############################################################################
-
-define STAGE_BUILD
- cd $(DIR_APP) && \
- mpfr_cv_working_tls=yes \
- ./configure \
- --prefix=/usr \
- --enable-thread-safe \
- --disable-static
-
- cd $(DIR_APP) && make $(PARALLELISMFLAGS)
-endef
+CONFIGURE_OPTIONS += --enable-thread-safe
define STAGE_TEST
cd $(DIR_APP) && make check