# Description: A FUSE filesystem for mirroring a directory to another directory, similar to 'mount --bind', with permission settings. # URL: http://bindfs.org/ # Maintainer: Erich Eckner, crux at eckner dot net # Depends on: fuse name=bindfs version=1.17.3 release=1 source=("https://bindfs.org/downloads/${name}-${version}.tar.gz") build() { cd ${name}-${version} ./configure --prefix=/usr make CPUOPTIMIZATIONS="${CFLAGS}" make DESTDIR=$PKG install }