#Maintainer: George Vlahavas <vlahavas~at~gmail~dot~com>

pkgname=sshfs-fuse
pkgver=2.2
pkgrel=1gv
arch=i486
source=(http://prdownloads.sourceforge.net/sourceforge/fuse/sshfs-fuse-2.2.tar.gz)
sourcetemplate=http://pnboy.pinguix.com/gapan/$arch/$pkgname/
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
}