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

lua: add SHA1sum
author Erkan Yilmaz <erkan@slitaz.org>
date Sun Jun 17 19:28:49 2018 +0000 (2018-06-17)
parents
children bc5c682688b0
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="http://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 setup.py build &&
19 python setup.py \
20 --no-update-icon-cache \
21 --no-compile-schemas \
22 install --root $install
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="python libosinfo libvirt-glib libvirt-python pygobject \
28 python-ipaddr python-requests gtk-vnc pycairo spice-gtk vte"
29 }