# Compiling Time: 0.01 SBU # Maintainer: Miklos Vajna pkgname=sshfs-fuse pkgver=2.5 pkgrel=1 pkgdesc="A filesystem client based on the SSH File Transfer Protocol." depends=('fuse' 'glib2') groups=('apps-extra') replaces=('shfs') archs=('i686' 'x86_64') _F_sourceforge_dirname="fuse" Finclude sourceforge url="http://fuse.sourceforge.net/sshfs.html" sha1sums=('a28ed6c04847611816452441b14ad9a0bb6df842') build() { [ "$CARCH" == "x86_64" ] && CFLAGS="$CFLAGS -fPIC" Fsed '$(CC)' '$(CC) $(CFLAGS)' Makefile.am Fbuild } # optimization OK