mpfr: Update to 3.2.1.

This commit is contained in:
Michael Tremer
2014-07-26 22:12:49 +02:00
parent 45cd74d708
commit bb5902b6f4
2 changed files with 8 additions and 7 deletions

View File

@@ -3,13 +3,13 @@
#usr/lib/libmpfr.a
#usr/lib/libmpfr.la
#usr/lib/libmpfr.so
usr/lib/libmpfr.so.1
usr/lib/libmpfr.so.1.2.2
usr/lib/libmpfr.so.4
usr/lib/libmpfr.so.4.1.2
#usr/share/doc/mpfr
#usr/share/doc/mpfr/AUTHORS
#usr/share/doc/mpfr/BUGS
#usr/share/doc/mpfr/COPYING
#usr/share/doc/mpfr/COPYING.LIB
#usr/share/doc/mpfr/COPYING.LESSER
#usr/share/doc/mpfr/FAQ.html
#usr/share/doc/mpfr/NEWS
#usr/share/doc/mpfr/TODO
@@ -18,4 +18,5 @@ usr/lib/libmpfr.so.1.2.2
#usr/share/doc/mpfr/examples/divworst.c
#usr/share/doc/mpfr/examples/rndo-add.c
#usr/share/doc/mpfr/examples/sample.c
#usr/share/doc/mpfr/examples/version.c
#usr/share/info/mpfr.info

View File

@@ -24,10 +24,10 @@
include Config
VER = 2.4.2
VER = 3.1.2
THISAPP = mpfr-$(VER)
DL_FILE = $(THISAPP).tar.bz2
DL_FILE = $(THISAPP).tar.xz
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 89e59fe665e2b3ad44a6789f40b059a0
$(DL_FILE)_MD5 = e3d203d188b8fe60bb6578dd3152e05c
install : $(TARGET)
@@ -69,7 +69,7 @@ $(subst %,%_MD5,$(objects)) :
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && $(CONFIGURE_ARGS) ./configure --prefix=/usr \
--enable-thread-safe --disable-nls
cd $(DIR_APP) && make $(MAKETUNING)