2014-01-16 09:27:56 +01:00
|
|
|
# Template file for 'fuse-sshfs'
|
|
|
|
pkgname=fuse-sshfs
|
2016-03-02 06:08:49 +01:00
|
|
|
version=2.7
|
2016-02-12 11:29:40 +01:00
|
|
|
revision=1
|
2016-03-02 06:08:49 +01:00
|
|
|
wrksrc="sshfs-${version}"
|
2014-01-16 09:27:56 +01:00
|
|
|
build_style=gnu-configure
|
2016-01-03 23:32:19 +01:00
|
|
|
hostmakedepends="automake pkg-config"
|
2015-06-13 11:26:29 +02:00
|
|
|
makedepends="libglib-devel fuse-devel"
|
|
|
|
depends="openssh"
|
2014-01-16 09:27:56 +01:00
|
|
|
short_desc="FUSE client based on the SSH File Transfer Protocol"
|
2015-04-10 09:16:30 +02:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2014-01-16 09:27:56 +01:00
|
|
|
license="GPL-2"
|
2016-01-03 23:32:19 +01:00
|
|
|
homepage="https://github.com/libfuse/sshfs"
|
2016-03-02 06:08:49 +01:00
|
|
|
distfiles="https://github.com/libfuse/sshfs/releases/download/sshfs-${version}/sshfs-${version}.tar.gz"
|
|
|
|
checksum=ce5f9d390934fc88c287dd937a39d15c2b40cbea6967ba24ad93ed90e0027128
|
2016-01-03 23:32:19 +01:00
|
|
|
|
|
|
|
pre_configure() {
|
|
|
|
autoreconf -fi
|
|
|
|
}
|