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