sshfs-fuse: project moved from sourceforge to github, move man-pages
This commit is contained in:
parent
74ce540a05
commit
a18681d712
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user