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

skayser at users.sourceforge.net skayser at users.sourceforge.net
Fri Apr 15 15:42:52 CEST 2011


Revision: 14207
          http://gar.svn.sourceforge.net/gar/?rev=14207&view=rev
Author:   skayser
Date:     2011-04-15 13:42:52 +0000 (Fri, 15 Apr 2011)

Log Message:
-----------
waf/trunk: initial commit, doesn't produce a package yet

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


Property changes on: csw/mgar/pkg/waf/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/waf/trunk/Makefile
===================================================================
--- csw/mgar/pkg/waf/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/waf/trunk/Makefile	2011-04-15 13:42:52 UTC (rev 14207)
@@ -0,0 +1,41 @@
+# $Id$
+#
+# TODO (release-critical prefixed with !, non release-critical with *)
+# ! write install-custom, cf.
+#   http://pkgs.fedoraproject.org/gitweb/?p=waf.git;a=blob_plain;f=waf.spec
+#
+NAME = waf
+VERSION = 1.6.3
+CATEGORIES = python
+
+DESCRIPTION = Python-based build automation tool
+define BLURB
+  Waf is a Python-based framework for configuring, compiling and
+  installing applications. It is a replacement for other tools such as
+  Autotools, Scons, CMake or Ant.
+endef
+
+VENDOR_URL   = http://code.google.com/p/waf/
+MASTER_SITES = $(GOOGLE_MIRROR)
+DISTFILES    = $(DISTNAME).tar.bz2
+
+UPSTREAM_MASTER_SITES = http://code.google.com/p/waf/downloads/list
+
+CONFIGURE_SCRIPTS = custom
+BUILD_SCRIPTS     = custom
+TEST_SCRIPTS      = 
+INSTALL_SCRIPTS   = custom
+
+include gar/category.mk
+
+configure-custom:
+	cd $(WORKSRC) && $(CONFIGURE_ENV) ./waf-light configure
+	@$(MAKECOOKIE)	
+
+build-custom:
+	cd $(WORKSRC) && $(BUILD_ENV) ./waf-light build
+	@$(MAKECOOKIE)	
+
+install-custom:
+	$(error "waf's install-custom not yet populated")
+	@$(MAKECOOKIE)	


Property changes on: csw/mgar/pkg/waf/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/waf/trunk/checksums
===================================================================
--- csw/mgar/pkg/waf/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/waf/trunk/checksums	2011-04-15 13:42:52 UTC (rev 14207)
@@ -0,0 +1 @@
+ca3e8fa8390a4d15bccd85491903f176  waf-1.6.3.tar.bz2


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