# Contributor: Xyne # Maintainer: Erich Eckner pkgname=bindfs pkgver=1.14.8 pkgrel=1 pkgdesc="A FUSE filesystem for mirroring a directory to another directory, similar to 'mount --bind', with permission settings." arch=('i686' 'pentium4' 'x86_64') url="http://bindfs.org/" license=('GPL') _pinned_dependencies=( 'fuse2=2.9.9' 'glibc>=2.31' ) depends=("${_pinned_dependencies[@]}") source=("https://bindfs.org/downloads/${pkgname}-${pkgver}.tar.gz") sha512sums=('aa76528d227024b10631dc542c87d6ed9511226ee2983f8aeaf4da5f59acd9537194065505302f506b12150177f1fbdd654366aceea568ca16f40ae8dd2bdb94') build() { cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr make CPUOPTIMIZATIONS="${CFLAGS}" } package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install }