From d483ff159c8fee486f33c6999cf1a4d351274a3b Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 10 Feb 2011 14:44:13 +0100 Subject: [PATCH] Added virtinst-0.500.5 build template. --- srcpkgs/virtinst/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/virtinst/template diff --git a/srcpkgs/virtinst/template b/srcpkgs/virtinst/template new file mode 100644 index 00000000000..cd292300181 --- /dev/null +++ b/srcpkgs/virtinst/template @@ -0,0 +1,19 @@ +# Template file for 'virtinst' +pkgname=virtinst +version=0.500.5 +distfiles="http://virt-manager.org/download/sources/$pkgname/$pkgname-$version.tar.gz" +build_style=python-module +short_desc="Virtual Machine Installation module" +maintainer="Juan RP " +checksum=0f297442f7fb2096ecf4205c866e37f4d6d044c9ca55deca4976459713b7b710 +long_desc=" + virtinst is a module to help in starting installations of Fedora/Red + Hat Enterprise Linux related distributions inside of virtual + machines. It supports both paravirt guests (for which only FC and + RHEL guests are currently supported) as well as fully virtualized + guests. It uses libvirt (http://www.libvirt.org) for starting things." + +noarch=yes +Add_dependency full python +Add_dependency full libvirt-python +Add_dependency full urlgrabber