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

bonivart at users.sourceforge.net bonivart at users.sourceforge.net
Mon Apr 12 19:11:52 CEST 2010


Revision: 9630
          http://gar.svn.sourceforge.net/gar/?rev=9630&view=rev
Author:   bonivart
Date:     2010-04-12 17:11:35 +0000 (Mon, 12 Apr 2010)

Log Message:
-----------
sauron: initial commmit

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


Property changes on: csw/mgar/pkg/sauron/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/sauron/trunk/Makefile
===================================================================
--- csw/mgar/pkg/sauron/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/sauron/trunk/Makefile	2010-04-12 17:11:35 UTC (rev 9630)
@@ -0,0 +1,39 @@
+GARNAME = sauron
+GARVERSION = 0.6.2
+CATEGORIES = utils
+
+DESCRIPTION = Scalable system for management of DNS & DHCP services
+define BLURB
+  Scalable system for management of DNS & DHCP services
+endef
+
+MASTER_SITES = http://sauron.jyu.fi/pub/sauron/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+
+REQUIRED_PKGS = CSWperl CSWpostgresql
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+TEST_TARGET = check
+INSTALL_SCRIPTS = custom
+
+include gar/category.mk
+
+SPKG_SOURCEURL = http://sauron.jyu.fi
+
+install-custom:
+	@echo " ==> Installing $(GARNAME) (custom)"
+#	@rm -rf $(DESTDIR)
+#	@ginstall -d $(DESTDIR)$(bindir)
+#	@ginstall -d $(DESTDIR)$(docdir)/$(GARNAME)
+#	@ginstall -d $(DESTDIR)$(mandir)/man1
+	echo "DESTDIR: $(DESTDIR)"
+	@( cd $(WORKSRC) ; \
+	   gmake INSTALL_ROOT=$(DESTDIR) install )
+#	   cp -r $(GARNAME) $(DESTDIR)$(bindir)/$(GARNAME) ; \
+#	   cp -r README $(DESTDIR)$(docdir)/$(GARNAME) ; \
+#	   cp -r $(GARNAME).1 $(DESTDIR)$(mandir)/man1/$(GARNAME).1 )
+	@$(MAKECOOKIE)

Added: csw/mgar/pkg/sauron/trunk/checksums
===================================================================
--- csw/mgar/pkg/sauron/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/sauron/trunk/checksums	2010-04-12 17:11:35 UTC (rev 9630)
@@ -0,0 +1 @@
+73657fb21acd179c16aea634a14be7f4  download/sauron-0.6.2.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