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

This commit is contained in:
Juergen Daubert 2015-12-23 15:38:56 +01:00
parent 7af59417c5
commit 74ce540a05
2 changed files with 11 additions and 10 deletions

View File

@ -29,9 +29,10 @@ lrwxrwxrwx root/root usr/lib/libulockmgr.so.1 -> libulockmgr.so.1.0.1
-rwxr-xr-x root/root usr/lib/libulockmgr.so.1.0.1
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/fuse.pc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/fusermount.1.gz
-rw-r--r-- root/root usr/man/man1/ulockmgr_server.1.gz
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/mount.fuse.8.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/fusermount.1.gz
-rw-r--r-- root/root usr/share/man/man1/ulockmgr_server.1.gz
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/mount.fuse.8.gz

View File

@ -1,16 +1,16 @@
# Description: Interface for userspace filesystems
# URL: http://fuse.sourceforge.net/
# URL: https://github.com/libfuse/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Packager: Jukka Heino, jukka dot heino at gmail dot com
name=fuse
version=2.9.4
release=1
source=(http://downloads.sourceforge.net/project/$name/$name-2.X/$version/$name-$version.tar.gz)
release=2
source=(https://github.com/libfuse/libfuse/releases/download/fuse_${version//./_}/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/{dev,etc}