LICENSE="GPL-2" DESCRIPTIONS="bindfs is a FUSE filesystem for mounting a directory to another location, similarly to mount --bind. The permissions inside the mountpoint can be altered using various rules." HOMEPAGE="http://code.google.com/p/bindfs/" SRC_URI="http://bindfs.googlecode.com/files/bindfs-1.8.3.tar.gz" KEYWORDS="~x86 ~amd64" IUSE="" SLOT="0" DEPEND="sys-fs/fuse" RDEPEND="${DEPEND}" src_install() { emake DESTDIR="${D}" install || die "emake install failed" }