2011-07-13 14:08:11 +00:00
|
|
|
# Template file for 'sshfs-fuse'
|
|
|
|
pkgname=sshfs-fuse
|
|
|
|
version=2.3
|
2012-08-29 06:12:08 +00:00
|
|
|
revision=2
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-05-23 16:26:56 +00:00
|
|
|
makedepends="pkg-config glib-devel fuse-devel"
|
2012-08-29 06:12:08 +00:00
|
|
|
fulldepends="openssh>=6.1p1"
|
2011-07-13 14:08:11 +00:00
|
|
|
short_desc="FUSE client based on the SSH File Transfer Protocol"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
homepage="http://fuse.sourceforge.net/sshfs.html"
|
|
|
|
license="GPL-2"
|
2012-08-29 06:12:08 +00:00
|
|
|
distfiles="${SOURCEFORGE_SITE}/fuse/$pkgname-$version.tar.gz"
|
2011-07-13 14:08:11 +00:00
|
|
|
checksum=ce229f87869d136c8347cca646f1dd6394c604127d021507a57205668d9288bb
|
|
|
|
long_desc="
|
|
|
|
This is a filesystem client based on the SSH File Transfer Protocol. Since
|
|
|
|
most SSH servers already support this protocol it is very easy to set up:
|
|
|
|
i.e. on the server side there's nothing to do. On the client side mounting
|
|
|
|
the filesystem is as easy as logging into the server with ssh."
|