[csw-devel] SF.net SVN: gar:[7890] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Wed Jan 6 13:52:54 CET 2010
Revision: 7890
http://gar.svn.sourceforge.net/gar/?rev=7890&view=rev
Author: dmichelsen
Date: 2010-01-06 12:51:41 +0000 (Wed, 06 Jan 2010)
Log Message:
-----------
scons: Initial commit
Added Paths:
-----------
csw/mgar/pkg/scons/
csw/mgar/pkg/scons/branches/
csw/mgar/pkg/scons/tags/
csw/mgar/pkg/scons/trunk/
csw/mgar/pkg/scons/trunk/Makefile
csw/mgar/pkg/scons/trunk/checksums
csw/mgar/pkg/scons/trunk/files/
Property changes on: csw/mgar/pkg/scons/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/scons/trunk/Makefile
===================================================================
--- csw/mgar/pkg/scons/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/scons/trunk/Makefile 2010-01-06 12:51:41 UTC (rev 7890)
@@ -0,0 +1,36 @@
+GARNAME = scons
+GARVERSION = 1.2.0
+CATEGORIES = devel
+
+DESCRIPTION = A next-generation build tool
+define BLURB
+ SCons is an Open Source software construction tool - that is,
+ a next-generation build tool. Think of SCons as an improved,
+ cross-platform substitute for the classic Make utility with
+ integrated functionality similar to autoconf/automake and compiler
+ caches such as ccache. In short, SCons is an easier, more
+ reliable and faster way to build software.
+endef
+
+SF_PROJ = scons
+MASTER_SITES = $(SF_MIRRORS)
+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
+
+SPKG_SOURCEURL = http://www.scons.org/
+
+LICENSE = LICENSE.txt
+
+CONFIGURE_SCRIPTS =
+BUILD_SCRIPTS = $(WORKSRC)/setup.py
+TEST_SCRIPTS =
+INSTALL_SCRIPTS = $(WORKSRC)/setup.py
+INSTALL_ARGS = --root=$(DESTDIR)
+
+EXTRA_PAX_ARGS = -s ",\./opt/csw/man,./opt/csw/share/man,"
+
+ARCHALL = 1
+
+include gar/category.mk
Added: csw/mgar/pkg/scons/trunk/checksums
===================================================================
--- csw/mgar/pkg/scons/trunk/checksums (rev 0)
+++ csw/mgar/pkg/scons/trunk/checksums 2010-01-06 12:51:41 UTC (rev 7890)
@@ -0,0 +1 @@
+53b6aa7281811717a57598e319441cf7 scons-1.2.0.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