[csw-devel] SF.net SVN: gar:[17680] csw/mgar/pkg
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Sun Apr 15 00:58:20 CEST 2012
Revision: 17680
http://gar.svn.sourceforge.net/gar/?rev=17680&view=rev
Author: bdwalton
Date: 2012-04-14 22:58:20 +0000 (Sat, 14 Apr 2012)
Log Message:
-----------
tidy/trunk: stub package template
Added Paths:
-----------
csw/mgar/pkg/tidy/
csw/mgar/pkg/tidy/Makefile
csw/mgar/pkg/tidy/branches/
csw/mgar/pkg/tidy/tags/
csw/mgar/pkg/tidy/trunk/
csw/mgar/pkg/tidy/trunk/Makefile
csw/mgar/pkg/tidy/trunk/checksums
csw/mgar/pkg/tidy/trunk/files/
Copied: csw/mgar/pkg/tidy/Makefile (from rev 15145, csw/mgar/pkg/template/Makefile)
===================================================================
--- csw/mgar/pkg/tidy/Makefile (rev 0)
+++ csw/mgar/pkg/tidy/Makefile 2012-04-14 22:58:20 UTC (rev 17680)
@@ -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/tidy/trunk
___________________________________________________________________
Added: svn:ignore
+ cookies
download
work
Added: svn:externals
+
Added: csw/mgar/pkg/tidy/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tidy/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/tidy/trunk/Makefile 2012-04-14 22:58:20 UTC (rev 17680)
@@ -0,0 +1,29 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = tidy
+VERSION = x.y
+GARTYPE = v2
+CATEGORIES = category
+
+DESCRIPTION = Brief description
+define BLURB
+ Long description
+endef
+
+MASTER_SITES =
+DISTFILES = $(DISTNAME).tar.gz
+
+# File name regex to get notifications about upstream software releases
+# NOTE: Use this only if the automatic regex creation
+# does not work for your package
+# UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
+
+# If the url used to check for software update is different of MASTER_SITES, then
+# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
+# UPSTREAM_MASTER_SITES =
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
+
Property changes on: csw/mgar/pkg/tidy/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/tidy/trunk/checksums
===================================================================
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