opt/sshfs-fuse/Pkgfile

18 lines
491 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Remote filesystem in userspace using SSH
# URL: https://github.com/libfuse/sshfs
2011-02-02 13:44:37 +01:00
# Maintainer: Juergen Daubert, jue at crux dot nu
2006-10-03 11:41:34 +02:00
# Packager: Jukka Heino, jukka dot heino at gmail dot com
# Depends on: fuse, glib
2006-02-23 16:26:10 +01:00
name=sshfs-fuse
2014-01-15 19:50:36 +01:00
version=2.5
release=2
source=(https://github.com/libfuse/sshfs/releases/download/sshfs_${version//./_}//$name-$version.tar.gz)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
./configure --prefix=/usr
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
}