[csw-devel] SF.net SVN: gar:[5283] csw/mgar/pkg

valholla at users.sourceforge.net valholla at users.sourceforge.net
Tue Jun 16 23:54:06 CEST 2009


Revision: 5283
          http://gar.svn.sourceforge.net/gar/?rev=5283&view=rev
Author:   valholla
Date:     2009-06-16 21:54:05 +0000 (Tue, 16 Jun 2009)

Log Message:
-----------
initial checkin

Added Paths:
-----------
    csw/mgar/pkg/libmpfr/
    csw/mgar/pkg/libmpfr/Makefile
    csw/mgar/pkg/libmpfr/branches/
    csw/mgar/pkg/libmpfr/tags/
    csw/mgar/pkg/libmpfr/trunk/
    csw/mgar/pkg/libmpfr/trunk/Makefile
    csw/mgar/pkg/libmpfr/trunk/files/

Added: csw/mgar/pkg/libmpfr/Makefile
===================================================================
--- csw/mgar/pkg/libmpfr/Makefile	                        (rev 0)
+++ csw/mgar/pkg/libmpfr/Makefile	2009-06-16 21:54:05 UTC (rev 5283)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+	@echo "You are in the pkg/ directory."
+
+%:
+	$(MAKE) -C trunk $* 
+
+paranoid-%:
+	$(MAKE) -C trunk $* || exit 2 
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+	$(MAKE) -C trunk $* || echo "	*** make $* in $$i failed ***" >> $(BUILDLOG) 

Added: csw/mgar/pkg/libmpfr/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libmpfr/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/libmpfr/trunk/Makefile	2009-06-16 21:54:05 UTC (rev 5283)
@@ -0,0 +1,30 @@
+GARNAME = mpfr
+GARVERSION = 2.4.1
+CATEGORIES = lib
+
+DESCRIPTION = GNU Multiple Precision floating-point arithmetic library
+define BLURB
+	The MPFR library is a C library for multiple-precision floating-point 
+	computations with correct rounding.
+endef
+
+MASTER_SITES = http://www.mpfr.org/mpfr-current/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.bz2
+
+PACKAGES = CSWlibmpfr
+CATALOGNAME_CSWlibmpfr = libmpfr
+SPKG_DESC_CSWlibmpfr = $(DESCRIPTION)
+SPKG_SOURCEURL_CSWlibmpfr = http://www.mpfr.org/
+
+REQUIRED_PKGS_CSWlibmpfr  = 
+
+# We define upstream file regex so we can be notifed of 
+# new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
+BUILD64 = 1
+STRIP_LIBTOOL = 1
+
+CONFIGURE_ARGS  = $(DIRPATHS)
+
+include gar/category.mk


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