summaryrefslogtreecommitdiffstats
path: root/extra/sshfs/Pkgfile
blob: 8d6959eda303c05d28652b99eb4d49162a287385 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Description: Support fuse pour SSH
# URL: http://fuse.sourceforge.net/sshfs.html
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: fuse
# Run on: fuse

name=sshfs
version=2.3
release=1
source=(http://surfnet.dl.sourceforge.net/sourceforge/fuse/$name-fuse-$version.tar.gz)

build() {
	cd $name-fuse-$version
	./configure --prefix=/usr
	make
	make DESTDIR=$PKG install
}