milis/talimatname/genel/sshfs-fuse/talimat

16 lines
430 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
# Description: FUSE client based on the SSH File Transfer Protocol
# URL: URL: http://fuse.sourceforge.net/sshfs.html
2016-03-18 12:02:02 +01:00
# Packager: milisarge@gmail.com
2016-02-24 01:27:23 +01:00
# Depends on: fuse glib openssh
name=sshfs-fuse
version=2.5
release=1
2016-03-18 12:02:02 +01:00
source=(https://github.com/libfuse/sshfs/releases/download/sshfs_${version//./_}//$name-$version.tar.gz)
2016-02-24 01:27:23 +01:00
2016-03-18 12:02:02 +01:00
build() {
2016-02-24 01:27:23 +01:00
cd $name-$version
./configure --prefix=/usr
make
2016-03-18 12:02:02 +01:00
make DESTDIR=$PKG install
2016-02-24 01:27:23 +01:00
}