[csw-devel] SF.net SVN: gar:[2597] csw/branches/dam/automatic-multiarch-compile/devel

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Mon Dec 15 13:49:51 CET 2008


Revision: 2597
          http://gar.svn.sourceforge.net/gar/?rev=2597&view=rev
Author:   dmichelsen
Date:     2008-12-15 12:49:51 +0000 (Mon, 15 Dec 2008)

Log Message:
-----------
automatic-multiarch-compile distcc: Initial commit

Added Paths:
-----------
    csw/branches/dam/automatic-multiarch-compile/devel/distcc/
    csw/branches/dam/automatic-multiarch-compile/devel/distcc/Makefile
    csw/branches/dam/automatic-multiarch-compile/devel/distcc/checksums
    csw/branches/dam/automatic-multiarch-compile/devel/distcc/files/
    csw/branches/dam/automatic-multiarch-compile/devel/distcc/files/CSWdistcc.gspec

Added: csw/branches/dam/automatic-multiarch-compile/devel/distcc/Makefile
===================================================================
--- csw/branches/dam/automatic-multiarch-compile/devel/distcc/Makefile	                        (rev 0)
+++ csw/branches/dam/automatic-multiarch-compile/devel/distcc/Makefile	2008-12-15 12:49:51 UTC (rev 2597)
@@ -0,0 +1,21 @@
+GARNAME = distcc
+GARVERSION = 3.0
+CATEGORIES = devel
+
+DESCRIPTION = Distributed compilation for faster C/C++ builds
+define BLURB
+  distcc is a program to distribute builds of C, C++, Objective C or
+  Objective C++ code across several machines on a network. distcc should
+  always generate the same results as a local build, is simple to install
+  and use, and is usually much faster than a local compile.
+endef
+
+MASTER_SITES = $(GOOGLE_MIRROR)
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
+DISTFILES += $(call admfiles,CSWdistcc,)
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+TEST_TARGET = check
+
+include ../category.mk

Added: csw/branches/dam/automatic-multiarch-compile/devel/distcc/checksums
===================================================================
--- csw/branches/dam/automatic-multiarch-compile/devel/distcc/checksums	                        (rev 0)
+++ csw/branches/dam/automatic-multiarch-compile/devel/distcc/checksums	2008-12-15 12:49:51 UTC (rev 2597)
@@ -0,0 +1,2 @@
+a3cab94fb8514687805456bcca9a15ea  download/distcc-3.0.tar.bz2
+d301ec445ac117b16707593e77713d82  download/CSWdistcc.gspec

Added: csw/branches/dam/automatic-multiarch-compile/devel/distcc/files/CSWdistcc.gspec
===================================================================
--- csw/branches/dam/automatic-multiarch-compile/devel/distcc/files/CSWdistcc.gspec	                        (rev 0)
+++ csw/branches/dam/automatic-multiarch-compile/devel/distcc/files/CSWdistcc.gspec	2008-12-15 12:49:51 UTC (rev 2597)
@@ -0,0 +1,4 @@
+%var            bitname distcc
+%var            pkgname CSWdistcc
+%include        url file://%{PKGLIB}/csw_dyndepend.gspec
+%copyright      url file://%{WORKSRC}/COPYING


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