Files
Arch-R/packages/sysutils/sshfs-fuse/meta
Stephan Raue 8d8eefbe91 sshfs-fuse: simpyfing sourceforge download url
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-12-16 13:46:24 +01:00

17 lines
742 B
Plaintext

PKG_NAME="sshfs-fuse"
PKG_VERSION="2.2"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://fuse.sourceforge.net/sshfs.html"
PKG_URL="$SOURCEFORGE_SRC/fuse/files/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS="glib fuse"
PKG_BUILD_DEPENDS="toolchain glib fuse"
PKG_PRIORITY="optional"
PKG_SECTION="system"
PKG_SHORTDESC="sshfs-fuse: A filesystem client based on the SSH File Transfer Protocol"
PKG_LONGDESC="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."
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"