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

cgrzemba at users.sourceforge.net cgrzemba at users.sourceforge.net
Fri Oct 19 08:32:19 CEST 2012


Revision: 19466
          http://gar.svn.sourceforge.net/gar/?rev=19466&view=rev
Author:   cgrzemba
Date:     2012-10-19 06:32:19 +0000 (Fri, 19 Oct 2012)
Log Message:
-----------
virtinst/trunk: Initial commit

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

Added: csw/mgar/pkg/virtinst/Makefile
===================================================================
--- csw/mgar/pkg/virtinst/Makefile	                        (rev 0)
+++ csw/mgar/pkg/virtinst/Makefile	2012-10-19 06:32:19 UTC (rev 19466)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*


Property changes on: csw/mgar/pkg/virtinst/trunk
___________________________________________________________________
Added: svn:ignore
   + work


Added: csw/mgar/pkg/virtinst/trunk/Makefile
===================================================================
--- csw/mgar/pkg/virtinst/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/virtinst/trunk/Makefile	2012-10-19 06:32:19 UTC (rev 19466)
@@ -0,0 +1,47 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = virtinst
+VERSION = 0.600.3
+GARTYPE = v2
+CATEGORIES = lib
+
+DESCRIPTION = Interface for managing virtual machines
+define BLURB
+  virtinst is a module that helps build and install libvirt based virtual
+  machines. Currently supports KVM, QEmu and Xen virtual machines. Package
+  includes several command line utilities, including virt-install (build
+  and install new VMs) and virt-clone (clone an existing virtual machine).
+endef
+
+MASTER_SITES = http://virt-manager.org/download/sources/virtinst/
+DISTFILES  = $(DISTNAME).tar.gz
+
+GARCOMPILER = SOS12U3
+
+EXTRA_MERGE_EXCLUDE_FILES = .*\.py[oc]
+
+# from RPM spec
+# Requires: libvirt-python >= 0.2.0
+# Requires: urlgrabber
+# Requires: libxml2-python
+# Requires: python-urlgrabber
+
+# BuildRequires: gettext
+# BuildRequires: python
+BUILD_DEP_PKGS += CSWgettext
+DEP_PKGS += CSWpython
+
+PACKAGES += CSWpy-virtinst
+
+CONFIGURE_SCRIPTS =
+BUILD_SCRIPTS = $(WORKSRC)/setup.py
+TEST_SCRIPTS =
+INSTALL_SCRIPTS = $(WORKSRC)/setup.py
+INSTALL_ARGS = --root=$(DESTDIR)
+
+# CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
+
+PATH := /opt/csw/gnu:$(PATH)


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

Added: csw/mgar/pkg/virtinst/trunk/checksums
===================================================================
--- csw/mgar/pkg/virtinst/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/virtinst/trunk/checksums	2012-10-19 06:32:19 UTC (rev 19466)
@@ -0,0 +1 @@
+13c06b16c0f9fa23e7cb2534950b4575  virtinst-0.600.3.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