]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
mpfr: Update to 4.2.4.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 22 Feb 2010 00:52:09 +0000 (01:52 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 22 Feb 2010 00:52:09 +0000 (01:52 +0100)
Fixes issue #524.

pkgs/core/mpfr/mpfr.nm

index b9b17497bb72e9c4c6b84ab498cc9e922abe4e14..bca905d60df69ad2ec508d250a8e4fdd010878c6 100644 (file)
@@ -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