void-packages/srcpkgs/fuse-sshfs/template
2017-08-12 21:19:07 -04:00

25 lines
705 B
Bash

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