wok-next view virt-manager/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents a3254b6a96ac
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="virt-manager"
4 VERSION="1.5.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="Console user interface for managing virtual machines"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://virt-manager.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://virt-manager.org/download/sources/virt-manager/$TARBALL"
14 BUILD_DEPENDS="grep glib-dev intltool"
16 compile_rules() {
17 python -B setup.py build &&
18 python -B setup.py \
19 --no-update-icon-cache \
20 --no-compile-schemas \
21 install --root $install
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="python libosinfo libvirt-glib python-libvirt python-pygobject2 \
27 python-ipaddr python-requests gtk-vnc python-pycairo spice-gtk vte"
28 }