mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-08 10:12:59 +01:00
33 lines
1.0 KiB
Plaintext
33 lines
1.0 KiB
Plaintext
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
|
|
pkgname=virtinst
|
|
pkgver=0.600.4
|
|
pkgrel=4
|
|
pkgdesc="CLI tool for provision operating systems into virtual machines"
|
|
arch="noarch"
|
|
url="http://virt-manager.org/"
|
|
license="GPL2+"
|
|
depends="libvirt python2 py-urlgrabber py-libxml2 py-libvirt"
|
|
makedepends="gettext-dev libvirt-dev python2-dev grep"
|
|
install=""
|
|
subpackages="$pkgname-doc $pkgname-lang"
|
|
source="https://fedorahosted.org/released/python-virtinst/${pkgname}-${pkgver}.tar.gz"
|
|
|
|
_builddir="$srcdir"/$pkgname-$pkgver
|
|
prepare() {
|
|
cd "$_builddir"
|
|
return 0
|
|
}
|
|
|
|
build() {
|
|
cd "$_builddir"
|
|
python2 ./setup.py build
|
|
}
|
|
|
|
package() {
|
|
cd "$_builddir"
|
|
python2 ./setup.py install --root=$pkgdir
|
|
}
|
|
md5sums="0be36b08bb8b61eb9d75f0885eacc173 virtinst-0.600.4.tar.gz"
|
|
sha256sums="6e377a7512eaaecd96f8a91998f2db2feaa6d722c132103f44d1b6447c54b49c virtinst-0.600.4.tar.gz"
|
|
sha512sums="59a0ab1cc9080ce55b857853602311e8573b7339ceb540bffecd19ae1e41a30248058897fbc257fd264c8592bac23e09730927a68d351181e68e919270018536 virtinst-0.600.4.tar.gz"
|