milis/talimatname/genel/sshfs-fuse/talimat

17 lines
433 B
Plaintext
Raw Normal View History

2017-04-18 12:29:23 +02:00
# Description: SSH Dosya Aktarım Protokolünü temel alan FUSE istemcisi
# 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
2017-04-18 12:29:23 +02:00
2016-02-24 01:27:23 +01:00
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
}