fuse: update broken distfiles, moved to github.
This commit is contained in:
parent
dbfaa5b002
commit
7d83c51348
1 changed files with 10 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue