From: Michael Tremer Date: Mon, 22 Feb 2010 00:52:09 +0000 (+0100) Subject: mpfr: Update to 4.2.4. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14c0f5dd3f78ff72c81d051b4f8bf9eb01b22885;p=ipfire-3.x.git mpfr: Update to 4.2.4. Fixes issue #524. --- diff --git a/pkgs/core/mpfr/mpfr.nm b/pkgs/core/mpfr/mpfr.nm index b9b17497b..bca905d60 100644 --- a/pkgs/core/mpfr/mpfr.nm +++ b/pkgs/core/mpfr/mpfr.nm @@ -25,7 +25,7 @@ include $(PKGROOT)/Include PKG_NAME = mpfr -PKG_VER = 2.4.1 +PKG_VER = 2.4.2 PKG_REL = 0 PKG_MAINTAINER = @@ -72,12 +72,3 @@ endef define STAGE_TEST cd $(DIR_APP) && make check endef - -define STAGE_INSTALL - cd $(DIR_APP) && make install DESTDIR=$(BUILDROOT) - - cd $(DIR_APP) && make html - -mkdir -pv $(BUILDROOT)/usr/share/doc/$(THISAPP) - cd $(DIR_APP) && find . -name \*.html -type f -exec cp \ - -v \{} $(BUILDROOT)/usr/share/doc/$(THISAPP) \; -endef