# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A userspace implementation of a unionfs layered filestem" HOMEPAGE="http://podgorny.cz/unionfs-fuse" SRC_URI="http://podgorny.cz/unionfs-fuse/releases/${P}.tar.bz2" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="sys-fs/fuse" RDEPEND="sys-fs/fuse" src_compile() { ./make.sh } src_install() { exeinto /usr/bin doexe unionfs dodoc CREDITS }