mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
Merge pull request #3294 from stpx/fuse
fuse: update distfiles; moved to github.
This commit is contained in:
commit
25d7f402a7
3 changed files with 24 additions and 15 deletions
|
@ -1,15 +1,19 @@
|
||||||
# Template file for 'fuse-sshfs'
|
# Template file for 'fuse-sshfs'
|
||||||
pkgname=fuse-sshfs
|
pkgname=fuse-sshfs
|
||||||
version=2.5
|
version=2.5
|
||||||
revision=4
|
revision=5
|
||||||
wrksrc="sshfs-fuse-${version}"
|
wrksrc="sshfs-sshfs_${version//./_}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="automake pkg-config"
|
||||||
makedepends="libglib-devel fuse-devel"
|
makedepends="libglib-devel fuse-devel"
|
||||||
depends="openssh"
|
depends="openssh"
|
||||||
short_desc="FUSE client based on the SSH File Transfer Protocol"
|
short_desc="FUSE client based on the SSH File Transfer Protocol"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://fuse.sourceforge.net/sshfs.html"
|
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="${SOURCEFORGE_SITE}/fuse/sshfs-fuse-$version.tar.gz"
|
homepage="https://github.com/libfuse/sshfs"
|
||||||
checksum=e9171452e5d0150b9c6a2158fd2e2dcefb5d5d03ba4d208949e00a3a46c6e63e
|
distfiles="${homepage}/archive/sshfs_${version//./_}.tar.gz"
|
||||||
|
checksum=f21321a619099c0957c61747c05f1a82359f5ccf5a8bfc75c519623571837c90
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -fi
|
||||||
|
}
|
||||||
|
|
|
@ -1,15 +1,21 @@
|
||||||
# Template file for 'fuse'
|
# Template file for 'fuse'
|
||||||
pkgname=fuse
|
pkgname=fuse
|
||||||
version=2.9.4
|
version=2.9.4
|
||||||
revision=3
|
revision=4
|
||||||
|
wrksrc="libfuse-fuse_${version//./_}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sbindir=/usr/bin --enable-lib --enable-util"
|
configure_args="--sbindir=/usr/bin --enable-lib --enable-util"
|
||||||
|
hostmakedepends="automake libtool gettext-devel"
|
||||||
short_desc="Filesystem in Userspace"
|
short_desc="Filesystem in Userspace"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://fuse.sourceforge.net"
|
homepage="https://github.com/libfuse/libfuse"
|
||||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="${homepage}/archive/${pkgname}_${version//./_}.tar.gz"
|
||||||
checksum=6be9c0bff6af8c677414935f31699ea5a7f8f5f791cfa5205be02ea186b97ce1
|
checksum=23d4696c7d1cbaa91a02324480fb500312fbe940515636b96024b070cdc06073
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
./makeconf.sh
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# remove obsolete rules file provided by udev.
|
# remove obsolete rules file provided by udev.
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
# Template file for 'python-fuse'
|
# Template file for 'python-fuse'
|
||||||
pkgname=python-fuse
|
pkgname=python-fuse
|
||||||
version=0.2.1
|
version=0.2.1
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="fuse-python-${version}"
|
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-devel pkg-config"
|
hostmakedepends="python-devel pkg-config"
|
||||||
makedepends="python-devel fuse-devel"
|
makedepends="python-devel fuse-devel"
|
||||||
|
@ -10,6 +9,6 @@ pycompile_module="fuse"
|
||||||
short_desc="FUSE bindings for Python2"
|
short_desc="FUSE bindings for Python2"
|
||||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
homepage="http://sourceforge.net/projects/fuse/"
|
homepage="https://github.com/libfuse/python-fuse"
|
||||||
distfiles="${SOURCEFORGE_SITE}/fuse/fuse-python-${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=11ead462f8d0f8302ee07b33fe93dc42c653861a16c8802a31903a7355b8351b
|
checksum=9db4eaa2ab8b8767ad1137981d9cf4b838c0425482e89e50e299799b7a47b89b
|
||||||
|
|
Loading…
Add table
Reference in a new issue