fuse-sshfs: update broken distfiles, moved to github.
This commit is contained in:
parent
7d83c51348
commit
90b3651c45
1 changed files with 10 additions and 6 deletions
|
@ -1,15 +1,19 @@
|
|||
# Template file for 'fuse-sshfs'
|
||||
pkgname=fuse-sshfs
|
||||
version=2.5
|
||||
revision=4
|
||||
wrksrc="sshfs-fuse-${version}"
|
||||
revision=5
|
||||
wrksrc="sshfs-sshfs_${version//./_}"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
hostmakedepends="automake pkg-config"
|
||||
makedepends="libglib-devel fuse-devel"
|
||||
depends="openssh"
|
||||
short_desc="FUSE client based on the SSH File Transfer Protocol"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://fuse.sourceforge.net/sshfs.html"
|
||||
license="GPL-2"
|
||||
distfiles="${SOURCEFORGE_SITE}/fuse/sshfs-fuse-$version.tar.gz"
|
||||
checksum=e9171452e5d0150b9c6a2158fd2e2dcefb5d5d03ba4d208949e00a3a46c6e63e
|
||||
homepage="https://github.com/libfuse/sshfs"
|
||||
distfiles="${homepage}/archive/sshfs_${version//./_}.tar.gz"
|
||||
checksum=f21321a619099c0957c61747c05f1a82359f5ccf5a8bfc75c519623571837c90
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue