# Compiling Time: 0.08 SBU
# Maintainer: crazy <crazy@frugalware.org>

pkgname=fuse
pkgver=2.9.9
pkgrel=5
pkgdesc="An interface for filesystems implemented in userspace."
url="https://github.com/libfuse/libfuse"
depends=('glibc>=2.34')
rodepends=('fuse-common')
groups=('apps')
archs=('x86_64')
_F_github_grepv="3.[0-9].*"
_F_github_author=libfuse
_F_github_name=libfuse
_F_github_tag_prefix=fuse-
Finclude github
source=(https://github.com/libfuse/libfuse/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz \
	fuse-2.9.9-closefrom-glibc-2-34.patch \
	README.Frugalware )
sha1sums=('943ba651b14bc4a3c6fd959ed4b8c04f4a59032d' \
          '94f49e0e512fc1a5b319c3df3ed37142aeb9cb19' \
          '4f75131d078036e0d128e33ac7cdfd7a577f1e7f')

_Fbuild_autoreconf=yes

build()
{
	export MOUNT_FUSE_PATH=/usr/bin
	Fbuild --exec-prefix=/usr --libdir=/usr/lib --sbindir=/usr/bin
	Frm /dev /etc/init.d /etc
	Fdoc README.Frugalware
}

# optimization OK

