[csw-devel] SF.net SVN: gar:[15262] csw/mgar/pkg/libmpfr/trunk/Makefile

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Fri Aug 5 10:39:22 CEST 2011


Revision: 15262
          http://gar.svn.sourceforge.net/gar/?rev=15262&view=rev
Author:   wahwah
Date:     2011-08-05 08:39:22 +0000 (Fri, 05 Aug 2011)

Log Message:
-----------
mpfr: splitting packages

Modified Paths:
--------------
    csw/mgar/pkg/libmpfr/trunk/Makefile

Modified: csw/mgar/pkg/libmpfr/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libmpfr/trunk/Makefile	2011-08-05 08:24:45 UTC (rev 15261)
+++ csw/mgar/pkg/libmpfr/trunk/Makefile	2011-08-05 08:39:22 UTC (rev 15262)
@@ -3,6 +3,7 @@
 NAME = mpfr
 VERSION = 3.0.1
 CATEGORIES = lib
+GARTYPE = v2
 
 DESCRIPTION = GNU Multiple Precision floating-point arithmetic library
 define BLURB
@@ -32,6 +33,21 @@
 # With the default -xO3, there are failing unit tests.
 OPT_FLAGS_SOS = -xO2
 
+EXTRA_INC += $(includedir)/$(ISA)
+
+PACKAGES = CSWlibmpfr4
+SPKG_DESC_CSWlibmpfr4 = $(DESCRIPTION)
+PKGFILES_CSWlibmpfr4 += .*libmpfr\.so\.4.*
+
+PACKAGES += CSWlibmpfr-dev
+# PKGFILES_CSWlibmpfr-dev += $(PKGFILES_DEVEL)
+SPKG_DESC_CSWlibmpfr-dev = MPFR development files
+RUNTIME_DEP_PKGS_CSWlibmpfr-dev += CSWlibmpfr4
+
+# It's only documentation.
+CHECKPKG_OVERRIDES_CSWlibmpfr-dev += file-with-bad-content|/usr/local|root/opt/csw/share/info/mpfr.info
+CHECKPKG_OVERRIDES_CSWlibmpfr-dev += file-with-bad-content|/usr/local|root/opt/csw/share/doc/mpfr/FAQ.html
+
 include gar/category.mk
 
 # Might be useful, not sure yet:


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list