#Maintainer: George Vlahavas pkgname=sshfs-fuse pkgver=2.4 pkgrel=1gv source=(http://prdownloads.sourceforge.net/sourceforge/fuse/sshfs-fuse-$pkgver.tar.gz) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "faq.txt") url=http://fuse.sourceforge.net/sshfs.html slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "sshfs-fuse (filesystem client based on the SSH File Transfer Protocol)" "Since most SSH servers already support the SSH protocol sshfs-fuse 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." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg }