New package: sshfs-fuse-2.3.
This commit is contained in:
parent
4254383e5f
commit
482e8f42a3
1 changed files with 25 additions and 0 deletions
25
srcpkgs/sshfs-fuse/template
Normal file
25
srcpkgs/sshfs-fuse/template
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Template file for 'sshfs-fuse'
|
||||||
|
pkgname=sshfs-fuse
|
||||||
|
version=2.3
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/fuse/$pkgname-$version.tar.gz"
|
||||||
|
build_style=gnu_configure
|
||||||
|
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"
|
||||||
|
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."
|
||||||
|
|
||||||
|
Add_dependency run glibc
|
||||||
|
Add_dependency run glib
|
||||||
|
Add_dependency run fuse
|
||||||
|
|
||||||
|
Add_dependency build pkg-config
|
||||||
|
Add_dependency build glib-devel
|
||||||
|
Add_dependency build fuse-devel
|
||||||
|
|
||||||
|
Add_dependency full openssh-client ">=0"
|
Loading…
Add table
Add a link
Reference in a new issue