fuse-sshfs: update to 3.3.0

- Upstream has switched to meson
- Need python-docutils to build manpage

Closes: #7793 [via git-merge-pr]
This commit is contained in:
Peter Bui 2017-09-23 12:21:46 -04:00 committed by Michael Gehring
parent 4ae9ff58cd
commit 0e2c06f395

View file

@ -1,24 +1,21 @@
# Template file for 'fuse-sshfs' # Template file for 'fuse-sshfs'
pkgname=fuse-sshfs pkgname=fuse-sshfs
version=3.2.0 version=3.3.0
revision=1 revision=1
wrksrc="sshfs-${version}" wrksrc="sshfs-${version}"
build_style=gnu-configure build_style=meson
hostmakedepends="automake pkg-config" configure_args="--sbindir=bin"
makedepends="libglib-devel fuse3-devel" hostmakedepends="pkg-config"
makedepends="libglib-devel fuse3-devel python-docutils"
depends="openssh" depends="openssh"
short_desc="FUSE client based on the SSH File Transfer Protocol" short_desc="FUSE client based on the SSH File Transfer Protocol"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2" license="GPL-2"
homepage="https://github.com/libfuse/sshfs" homepage="https://github.com/libfuse/sshfs"
distfiles="https://github.com/libfuse/sshfs/releases/download/sshfs-${version}/sshfs-${version}.tar.gz" distfiles="https://github.com/libfuse/sshfs/releases/download/sshfs-${version}/sshfs-${version}.tar.xz"
checksum=b494cdbac7ba2e77b994b3d3957171610be640e49c287ff6cb8f2959c4768101 checksum=9ddfcc2564fafe002706b093b6295afbcb2cc0a3bc52bc805cc5361cb69ca51d
case "${XBPS_TARGET_MACHINE}" in case "${XBPS_TARGET_MACHINE}" in
i686|armv6l|armv7l) i686|armv6l|armv7l)
CFLAGS+=" -D_FILE_OFFSET_BITS=64" CFLAGS+=" -D_FILE_OFFSET_BITS=64"
esac esac
pre_configure() {
autoreconf -fi
}