# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: inherit eutils kernel-mod DESCRIPTION="fuse-based filesystem for maintaining configuration files" HOMEPAGE="http://www.fsl.cs.sunysb.edu/project-unionfs.html" SRC_URI="ftp://ftp.fsl.cs.sunysb.edu/pub/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" #RESTRICT="nostrip" DEPEND="" #RDEPEND="" src_unpack() { unpack ${A} cd ${S} || die # 2.6.? kernel install target epatch ${FILESDIR}/Makefile26.patch } src_compile() { set_arch_to_kernel emake || die set_arch_to_portage } src_install() { set_arch_to_kernel emake PREFIX=${D} install || die set_arch_to_portage }