[csw-devel] SF.net SVN: gar:[15268] csw/mgar/pkg/libmpfr/trunk/Makefile
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Fri Aug 5 15:12:39 CEST 2011
Revision: 15268
http://gar.svn.sourceforge.net/gar/?rev=15268&view=rev
Author: wahwah
Date: 2011-08-05 13:12:38 +0000 (Fri, 05 Aug 2011)
Log Message:
-----------
pkg/libmpfr/trunk: library split redone, builds fine, tests pass
Modified Paths:
--------------
csw/mgar/pkg/libmpfr/trunk/Makefile
Modified: csw/mgar/pkg/libmpfr/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libmpfr/trunk/Makefile 2011-08-05 11:39:09 UTC (rev 15267)
+++ csw/mgar/pkg/libmpfr/trunk/Makefile 2011-08-05 13:12:38 UTC (rev 15268)
@@ -35,20 +35,23 @@
EXTRA_INC += $(includedir)/$(ISA)
-PACKAGES = CSWlibmpfr4
-SPKG_DESC_CSWlibmpfr4 = $(DESCRIPTION)
-PKGFILES_CSWlibmpfr4 += .*libmpfr\.so\.4.*
+PACKAGES =
+PACKAGES += CSWlibmpfr4
+CATALOGNAME_CSWlibmpfr4 = libmpfr4
+PKGFILES_CSWlibmpfr4 += $(call baseisadirs,$(libdir),libmpfr\.so\.4(\.\d+)*)
+SPKG_DESC_CSWlibmpfr4 += $(DESCRIPTION), libmpfr.so.4
+RUNTIME_DEP_PKGS_CSWlibmpfr4 += CSWlibgmp10
PACKAGES += CSWlibmpfr-dev
-# PKGFILES_CSWlibmpfr-dev += $(PKGFILES_DEVEL)
SPKG_DESC_CSWlibmpfr-dev = MPFR development files
RUNTIME_DEP_PKGS_CSWlibmpfr-dev += CSWlibmpfr4
+# Obsoleting the CSWlibmpfr package
+OBSOLETED_BY_CSWlibmpfr-dev = CSWlibmpfr
+OBSOLETED_BY_CSWlibmpfr4 = CSWlibmpfr
+
# 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:
-# PATH := /opt/csw/gnu:/usr/xpg4/bin:$(PATH)
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