mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
libguestfs: rebuild for ruby-2.7.1, use Python 3.
This commit is contained in:
parent
5b34d116b1
commit
f590cfabbc
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libguestfs'
|
# Template file for 'libguestfs'
|
||||||
pkgname=libguestfs
|
pkgname=libguestfs
|
||||||
version=1.42.0
|
version=1.42.0
|
||||||
revision=1
|
revision=2
|
||||||
_version_short=${version%.*}
|
_version_short=${version%.*}
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
make_install_args="INSTALLDIRS=vendor"
|
make_install_args="INSTALLDIRS=vendor"
|
||||||
|
@ -13,9 +13,9 @@ configure_args="--disable-static --disable-probes --disable-appliance
|
||||||
$(vopt_enable php) $(vopt_enable lua) $(vopt_enable fuse)"
|
$(vopt_enable php) $(vopt_enable lua) $(vopt_enable fuse)"
|
||||||
hostmakedepends="cpio gperf cdrtools flex pkg-config automake libtool qemu git
|
hostmakedepends="cpio gperf cdrtools flex pkg-config automake libtool qemu git
|
||||||
ocaml ocaml-findlib perl-Module-Build perl hivex supermin
|
ocaml ocaml-findlib perl-Module-Build perl hivex supermin
|
||||||
$(vopt_if ruby ruby) $(vopt_if python python) $(vopt_if go go) $(vopt_if php php) $(vopt_if lua lua)"
|
$(vopt_if ruby ruby) $(vopt_if python python3) $(vopt_if go go) $(vopt_if php php) $(vopt_if lua lua)"
|
||||||
makedepends="ncurses-devel pcre-devel augeas-devel libxml2-devel gettext-devel file-devel jansson-devel
|
makedepends="ncurses-devel pcre-devel augeas-devel libxml2-devel gettext-devel file-devel jansson-devel
|
||||||
yajl-devel perl $(vopt_if ruby ruby-devel) $(vopt_if python python-devel)
|
yajl-devel perl $(vopt_if ruby ruby-devel) $(vopt_if python python3-devel)
|
||||||
$(vopt_if php php-devel) $(vopt_if lua lua-devel) $(vopt_if fuse fuse-devel)"
|
$(vopt_if php php-devel) $(vopt_if lua lua-devel) $(vopt_if fuse fuse-devel)"
|
||||||
short_desc="Access and modify virtual machine disk image"
|
short_desc="Access and modify virtual machine disk image"
|
||||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue