mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
libguestfs: include fuse filesystem
This commit is contained in:
parent
33a5817134
commit
913d981e11
1 changed files with 6 additions and 5 deletions
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'libguestfs'
|
# Template file for 'libguestfs'
|
||||||
pkgname=libguestfs
|
pkgname=libguestfs
|
||||||
version=1.35.18
|
version=1.35.18
|
||||||
revision=1
|
revision=2
|
||||||
_version_short=${version%.*}
|
_version_short=${version%.*}
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --disable-probes --disable-appliance
|
configure_args="--disable-static --disable-probes --disable-appliance
|
||||||
--disable-daemon --without-java --enable-introspection=no
|
--disable-daemon --without-java --enable-introspection=no
|
||||||
--disable-erlang --disable-haskell --disable-gobject --without-gtk
|
--disable-erlang --disable-haskell --disable-gobject --without-gtk
|
||||||
$(vopt_enable ruby) $(vopt_enable python) $(vopt_enable go golang)
|
$(vopt_enable ruby) $(vopt_enable python) $(vopt_enable go golang)
|
||||||
$(vopt_enable php) $(vopt_enable lua)"
|
$(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
|
ocaml ocaml-findlib perl-Module-Build perl
|
||||||
$(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 python) $(vopt_if go go) $(vopt_if php php) $(vopt_if lua lua)"
|
||||||
makedepends="ncurses-devel pcre-devel augeas-devel libxml2-devel gettext-devel
|
makedepends="ncurses-devel pcre-devel augeas-devel libxml2-devel gettext-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 python-devel)
|
||||||
$(vopt_if php php-devel) $(vopt_if lua lua-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 <miwaxe@gmail.com>"
|
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
@ -31,11 +31,12 @@ nocross=yes
|
||||||
|
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 x86_64"
|
||||||
|
|
||||||
build_options="ruby python go php lua"
|
build_options="ruby python go php lua fuse"
|
||||||
build_options_default="ruby"
|
build_options_default="ruby fuse"
|
||||||
desc_option_ruby="include ruby support"
|
desc_option_ruby="include ruby support"
|
||||||
desc_option_go="include golang support"
|
desc_option_go="include golang support"
|
||||||
desc_option_php="include php support"
|
desc_option_php="include php support"
|
||||||
|
desc_option_fuse="include fuse support"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i 's|LD = @LD@|LD = cc|g' perl/Makefile.in
|
sed -i 's|LD = @LD@|LD = cc|g' perl/Makefile.in
|
||||||
|
|
Loading…
Add table
Reference in a new issue