1 # Contributor: Xyne <xyne at archlinux dot us>
6 pkgdesc="A FUSE filesystem for mirroring a directory to another directory, similar to 'mount --bind', with permission settings."
8 url="http://code.google.com/p/bindfs/"
11 source=(http://bindfs.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
12 md5sums=('610778ad89bc5b0ff0be7b44bb2b6f0c')
15 cd "$srcdir/$pkgname-$pkgver"
17 ./configure --prefix=/usr || return 1
18 make CPUOPTIMIZATIONS="${CFLAGS}" || return 1
19 make DESTDIR="$pkgdir" install || return 1