[csw-devel] SF.net SVN: gar:[15287] csw/mgar/pkg
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Tue Aug 9 09:55:31 CEST 2011
Revision: 15287
http://gar.svn.sourceforge.net/gar/?rev=15287&view=rev
Author: wahwah
Date: 2011-08-09 07:55:31 +0000 (Tue, 09 Aug 2011)
Log Message:
-----------
pkg/mpc/trunk: Initial commit
Added Paths:
-----------
csw/mgar/pkg/mpc/
csw/mgar/pkg/mpc/Makefile
csw/mgar/pkg/mpc/branches/
csw/mgar/pkg/mpc/tags/
csw/mgar/pkg/mpc/trunk/
csw/mgar/pkg/mpc/trunk/Makefile
csw/mgar/pkg/mpc/trunk/checksums
csw/mgar/pkg/mpc/trunk/files/
Copied: csw/mgar/pkg/mpc/Makefile (from rev 14839, csw/mgar/pkg/template/Makefile)
===================================================================
--- csw/mgar/pkg/mpc/Makefile (rev 0)
+++ csw/mgar/pkg/mpc/Makefile 2011-08-09 07:55:31 UTC (rev 15287)
@@ -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)
Property changes on: csw/mgar/pkg/mpc/trunk
___________________________________________________________________
Added: svn:ignore
+ cookies
download
work
Added: svn:externals
+ gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2
Added: csw/mgar/pkg/mpc/trunk/Makefile
===================================================================
--- csw/mgar/pkg/mpc/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/mpc/trunk/Makefile 2011-08-09 07:55:31 UTC (rev 15287)
@@ -0,0 +1,21 @@
+# $Id$
+
+NAME = mpc
+VERSION = 0.9
+GARTYPE = v2
+CATEGORIES = lib
+
+DESCRIPTION = C library for the arithmetic of complex numbers with arbitrarily high precision
+define BLURB
+endef
+
+MASTER_SITES = http://www.multiprecision.org/mpc/download/
+DISTFILES = $(DISTNAME).tar.gz
+
+STRIP_LIBTOOL = 1
+BUILD64 = 1
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
+
Property changes on: csw/mgar/pkg/mpc/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/mpc/trunk/checksums
===================================================================
--- csw/mgar/pkg/mpc/trunk/checksums (rev 0)
+++ csw/mgar/pkg/mpc/trunk/checksums 2011-08-09 07:55:31 UTC (rev 15287)
@@ -0,0 +1 @@
+0d6acab8d214bd7d1fbbc593e83dd00d mpc-0.9.tar.gz
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