]> Pileus Git - ~andy/sunrise/blob - sys-fs/funionfs/funionfs-0.4.2.ebuild
sunrise/ app-portage/elog-list/elog-list-0.0.6.ebuild: Update header
[~andy/sunrise] / sys-fs / funionfs / funionfs-0.4.2.ebuild
1 # Copyright 1999-2009 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 DESCRIPTION="A union filesystem for FUSE."
6 HOMEPAGE="http://funionfs.apiou.org/"
7 SRC_URI="http://funionfs.apiou.org/file/${P}.tar.gz"
8
9 LICENSE="GPL-2"
10 SLOT="0"
11 KEYWORDS="~x86"
12 IUSE=""
13
14 DEPEND=">=sys-fs/fuse-2.5.0"
15 RDEPEND="${DEPEND}"
16
17 src_install() {
18         emake install DESTDIR="${D}" || die "make install failed!"
19 }