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

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Tue Nov 24 20:18:52 CET 2009


Revision: 7408
          http://gar.svn.sourceforge.net/gar/?rev=7408&view=rev
Author:   wahwah
Date:     2009-11-24 19:18:52 +0000 (Tue, 24 Nov 2009)

Log Message:
-----------
gccgo: first commit, copying the template and checkout out gccgo svn repository

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

Added Paths:
-----------
    csw/mgar/pkg/gccgo/

Modified: csw/mgar/pkg/gccgo/trunk/Makefile
===================================================================
--- csw/mgar/pkg/template/trunk/Makefile	2009-11-24 16:29:40 UTC (rev 7407)
+++ csw/mgar/pkg/gccgo/trunk/Makefile	2009-11-24 19:18:52 UTC (rev 7408)
@@ -11,8 +11,9 @@
 ## For more information about GAR variables, please see:
 ## https://sourceforge.net/apps/trac/gar/wiki/GAR%20Variable%20Reference
 ##
-GARNAME = mypkg
-GARVERSION = 1.0
+GARNAME = gccgo
+GARVERSION = 0.0.1
+# svn checkout svn://gcc.gnu.org/svn/gcc/branches/gccgo gccgo
 ##
 ## The category that your software fits in. This is not a descriptive field, but
 ## influences the build process. Depending on the CATEGORIES setting, different
@@ -25,17 +26,16 @@
 CATEGORIES = lib
 ##
 ## A one-line description of the package, which will appear in the pkginfo.
-DESCRIPTION = <please fill in>
+DESCRIPTION = Go language compiler using gcc backend
 ##
 ## A longer description of the package. This is only for descriptive purposes
 ## inside the Makefile and is not used elsewhere.
 define BLURB
-  <please fill in>
 endef
 ##
 ## Upstream URL that should show up in the VENDOR field as well as on
 ## http://opencsw.org/packages/<packagename>.
-SPKG_SOURCEURL =
+SPKG_SOURCEURL = http://golang.org/doc/gccgo_install.html
 ##
 ## Whitespace-separated list of URLs to download the source package from.
 ## There are presets: $(SF_MIRRORS), $(GNU_MIRRORS) and $(GOOGLE_MIRROR).
@@ -54,9 +54,8 @@
 ## Whitespace-separated list of files which comprise this build. mGAR will look
 ## for the files in the $(FILEDIR) (trunk/files) directory and on the
 ## $(MASTER_SITES).
-DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+# DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
 ##
-## We define upstream file regex so we can be notifed of new upstream software release
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
 ##
 ## Catalog name is the name to be used with pkg{-get,util} -i <pkgname>.
@@ -145,10 +144,10 @@
 ## completely (for example when your software doesn't need to be compiled) assign
 ## this variable an empty value. The procedure works for configure, build,
 ## install and test steps.
-## CONFIGURE_SCRIPTS =
-## BUILD_SCRIPTS =
-## INSTALL_SCRIPTS =
-## TEST_SCRIPTS =
+CONFIGURE_SCRIPTS = gccgo
+BUILD_SCRIPTS = gccgo
+INSTALL_SCRIPTS = gccgo
+TEST_SCRIPTS = gccgo
 ##
 ## Compilation settings
 ##
@@ -176,10 +175,7 @@
 ## The compiler to use. Defaults to SOS11, can be also: SOS12, GCC3, GCC4.
 ## GARCOMPILER = SOS11
 ##
-# Remove the following rules and uncomment the
-# include before building.
-all: .DEFAULT
-.DEFAULT:
-	@true
+include gar/category.mk
 
-#include gar/category.mk
+post-extract-modulated:
+	(cd $(WORKDIR) && svn checkout svn://gcc.gnu.org/svn/gcc/branches/gccgo gccgo)


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