Revision: 14136 http://gar.svn.sourceforge.net/gar/?rev=14136&view=rev Author: bdwalton Date: 2011-04-12 14:59:13 +0000 (Tue, 12 Apr 2011)
Log Message: ----------- add initial (stub) recipe for bacula (not in gar currently) Added Paths: ----------- csw/mgar/pkg/bacula/ csw/mgar/pkg/bacula/Makefile csw/mgar/pkg/bacula/branches/ csw/mgar/pkg/bacula/tags/ csw/mgar/pkg/bacula/trunk/ csw/mgar/pkg/bacula/trunk/Makefile csw/mgar/pkg/bacula/trunk/checksums csw/mgar/pkg/bacula/trunk/files/ Copied: csw/mgar/pkg/bacula/Makefile (from rev 13986, csw/mgar/pkg/template/Makefile) =================================================================== --- csw/mgar/pkg/bacula/Makefile (rev 0) +++ csw/mgar/pkg/bacula/Makefile 2011-04-12 14:59:13 UTC (rev 14136) @@ -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/bacula/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/bacula/trunk/Makefile =================================================================== --- csw/mgar/pkg/bacula/trunk/Makefile (rev 0) +++ csw/mgar/pkg/bacula/trunk/Makefile 2011-04-12 14:59:13 UTC (rev 14136) @@ -0,0 +1,25 @@ +# $Id$ +NAME = bacula +VERSION = 1.0 +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/bacula/trunk/Makefile ___________________________________________________________________ Added: svn:keywords + Id Added: csw/mgar/pkg/bacula/trunk/checksums =================================================================== This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel