summaryrefslogtreecommitdiff
path: root/sshfs-fuse
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2015-12-23 15:39:12 +0100
committerJuergen Daubert <jue@jue.li>2015-12-23 15:39:12 +0100
commita18681d712a65f0caf6d048d78a0d9b65137e912 (patch)
tree0b921d579850571d718bc8f6d67c8dc407e2e6be /sshfs-fuse
parent74ce540a05d7381001fcaa2e6386c961b65cd11d (diff)
downloadopt-a18681d712a65f0caf6d048d78a0d9b65137e912.tar.gz
opt-a18681d712a65f0caf6d048d78a0d9b65137e912.tar.xz
sshfs-fuse: project moved from sourceforge to github, move man-pages
Diffstat (limited to 'sshfs-fuse')
-rw-r--r--sshfs-fuse/.footprint7
-rw-r--r--sshfs-fuse/Pkgfile8
2 files changed, 8 insertions, 7 deletions
diff --git a/sshfs-fuse/.footprint b/sshfs-fuse/.footprint
index d66c57393..e5ddb6754 100644
--- a/sshfs-fuse/.footprint
+++ b/sshfs-fuse/.footprint
@@ -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
diff --git a/sshfs-fuse/Pkgfile b/sshfs-fuse/Pkgfile
index 72b7c7d56..34afc6f58 100644
--- a/sshfs-fuse/Pkgfile
+++ b/sshfs-fuse/Pkgfile
@@ -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
}

Generated by cgit