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

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Thu Jun 7 02:31:22 CEST 2012


Revision: 18239
          http://gar.svn.sourceforge.net/gar/?rev=18239&view=rev
Author:   bdwalton
Date:     2012-06-07 00:31:22 +0000 (Thu, 07 Jun 2012)
Log Message:
-----------
initial commit

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

Copied: csw/mgar/pkg/libvirt/Makefile (from rev 15145, csw/mgar/pkg/template/Makefile)
===================================================================
--- csw/mgar/pkg/libvirt/Makefile	                        (rev 0)
+++ csw/mgar/pkg/libvirt/Makefile	2012-06-07 00:31:22 UTC (rev 18239)
@@ -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/libvirt/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/libvirt/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libvirt/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/libvirt/trunk/Makefile	2012-06-07 00:31:22 UTC (rev 18239)
@@ -0,0 +1,23 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = libvirt
+VERSION = 0.9.12
+GARTYPE = v2
+CATEGORIES = lib
+
+PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
+
+DESCRIPTION = The Virtualization API
+define BLURB
+A toolkit to interact with the virtualization capabilities of recent
+versions of Linux (and other OSes)
+endef
+
+MASTER_SITES = http://libvirt.org/sources/
+DISTFILES  = $(DISTNAME).tar.gz
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
+


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

Added: csw/mgar/pkg/libvirt/trunk/checksums
===================================================================
--- csw/mgar/pkg/libvirt/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/libvirt/trunk/checksums	2012-06-07 00:31:22 UTC (rev 18239)
@@ -0,0 +1 @@
+5e842bc55733ceba60c64767580ff3e4  libvirt-0.9.12.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