sshfs-fuse: project moved from sourceforge to github, move man-pages

This commit is contained in:
Juergen Daubert 2015-12-23 15:39:12 +01:00
parent 74ce540a05
commit a18681d712
2 changed files with 8 additions and 7 deletions

View File

@ -1,6 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/sshfs
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/sshfs.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/sshfs.1.gz

View File

@ -1,17 +1,17 @@
# Description: Remote filesystem in userspace using SSH
# URL: http://fuse.sourceforge.net/sshfs.html
# URL: https://github.com/libfuse/sshfs
# Maintainer: Juergen Daubert, jue at crux dot nu
# Packager: Jukka Heino, jukka dot heino at gmail dot com
# Depends on: fuse, glib
name=sshfs-fuse
version=2.5
release=1
source=(http://downloads.sourceforge.net/project/fuse/$name/$version/$name-$version.tar.gz)
release=2
source=(https://github.com/libfuse/sshfs/releases/download/sshfs_${version//./_}//$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}