virt-mananger:moved into main repo for pisi 2.0

This commit is contained in:
2015-12-31 13:30:41 +02:00
parent 76492b9fdf
commit 007454baca
5 changed files with 5055 additions and 0 deletions
@@ -0,0 +1,16 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-·
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt.
from pisi.actionsapi import pisitools
from pisi.actionsapi import pythonmodules
def setup():
pythonmodules.configure()
pythonmodules.compile()
def install():
pythonmodules.install()
pisitools.dodoc("COPYING", "NEWS", "README*", "PKG-INFO")