Merge pull request #3294 from stpx/fuse

fuse: update distfiles; moved to github.
This commit is contained in:
Enno Boland 2016-01-06 16:46:06 +01:00
commit 25d7f402a7
3 changed files with 24 additions and 15 deletions

View File

@ -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
}

View File

@ -1,15 +1,21 @@
# Template file for 'fuse'
pkgname=fuse
version=2.9.4
revision=3
revision=4
wrksrc="libfuse-fuse_${version//./_}"
build_style=gnu-configure
configure_args="--sbindir=/usr/bin --enable-lib --enable-util"
hostmakedepends="automake libtool gettext-devel"
short_desc="Filesystem in Userspace"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2"
homepage="http://fuse.sourceforge.net"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
checksum=6be9c0bff6af8c677414935f31699ea5a7f8f5f791cfa5205be02ea186b97ce1
homepage="https://github.com/libfuse/libfuse"
distfiles="${homepage}/archive/${pkgname}_${version//./_}.tar.gz"
checksum=23d4696c7d1cbaa91a02324480fb500312fbe940515636b96024b070cdc06073
pre_configure() {
./makeconf.sh
}
post_install() {
# remove obsolete rules file provided by udev.

View File

@ -1,8 +1,7 @@
# Template file for 'python-fuse'
pkgname=python-fuse
version=0.2.1
revision=1
wrksrc="fuse-python-${version}"
revision=2
build_style=python-module
hostmakedepends="python-devel pkg-config"
makedepends="python-devel fuse-devel"
@ -10,6 +9,6 @@ pycompile_module="fuse"
short_desc="FUSE bindings for Python2"
maintainer="Eivind Uggedal <eivind@uggedal.com>"
license="LGPL-2.1"
homepage="http://sourceforge.net/projects/fuse/"
distfiles="${SOURCEFORGE_SITE}/fuse/fuse-python-${version}.tar.gz"
checksum=11ead462f8d0f8302ee07b33fe93dc42c653861a16c8802a31903a7355b8351b
homepage="https://github.com/libfuse/python-fuse"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=9db4eaa2ab8b8767ad1137981d9cf4b838c0425482e89e50e299799b7a47b89b